AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Redmine Mcp Server

mcp-flor3z-github-redmine-mcp-server · by flor3z-github

Model Context Protocol server for Redmine integration

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add mcp-flor3z-github-redmine-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-flor3z-github-redmine-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Redmine Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Redmine MCP Server

[](https://www.npmjs.com/package/@flor3z-github/mcp-server-redmine) [](https://opensource.org/licenses/Apache-2.0) [](https://nodejs.org/) [](https://github.com/flor3z-github/redmine-mcp-server/actions/workflows/ci.yml)

[한국어](README-ko.md) | [Usage Guide](USAGE.md) | [Contributing](CONTRIBUTING.md)

A Model Context Protocol (MCP) server for Redmine. Enables AI assistants to manage issues, projects, time tracking, wiki pages, files, and more.

Quick Start

Stdio (Claude Desktop / VS Code)

{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": ["-y", "@flor3z-github/mcp-server-redmine"],
      "env": {
        "REDMINE_URL": "https://your-redmine.com",
        "REDMINE_API_KEY": "your-api-key"
      }
    }
  }
}

HTTP (Claude Code / Multi-user)

REDMINE_URL=https://your-redmine.com npm run start:http
claude mcp add --transport http redmine http://localhost:3000/mcp
# Browser opens → Enter Redmine API Key → Done

See [USAGE.md](USAGE.md) for detailed configuration, Docker deployment, and reverse proxy setup.

Features

  • Issues — List, create, update, delete, search with filters
  • Projects — List, view details, versions/milestones
  • Time Tracking — Log entries, manage records, list activities
  • Users — List, get details, current user info
  • Wiki — List, create, update, delete pages
  • Files & Attachments — Upload, list, manage files and attachments
  • Journals — Update notes
  • Utilities — Statuses, priorities, trackers, custom API requests, search

Available Tools

| Category | Tools | |----------|-------| | Issues | list_issues, get_issue, create_issue, update_issue, delete_issue | | Projects | list_projects, get_project, get_project_versions | | Users | list_users, get_current_user, get_user | | Time Entries | list_time_entries, get_time_entry, create_time_entry, update_time_entry, delete_time_entry, list_time_entry_activities | | Wiki | list_wiki_pages, get_wiki_page, create_or_update_wiki_page, delete_wiki_page | | Journals | update_journal | | Attachments | get_attachment, update_attachment, delete_attachment | | Files | list_files, create_file, upload_file | | Utilities | list_statuses, list_priorities, list_trackers, custom_request, search |

All tools are prefixed with redmine_ (e.g., redmine_list_issues).

Installation

# Direct usage (no install)
npx @flor3z-github/mcp-server-redmine

# Global install
npm install -g @flor3z-github/mcp-server-redmine

License

Apache License 2.0 — see [LICENSE](LICENSE) for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.