Redmine MCP Server

A Model Context Protocol (MCP) server that connects AI assistants to Redmine. It exposes your Redmine instance's projects, issues, time tracking, wiki pages, and files as MCP tools. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 69 · #18 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Redmine MCP Server

before you install - you'll need

Set RM_KEY, REDMINE_URL, REDMINE_API_KEY, SERVER_HOST, SERVER_PORT, PUBLIC_HOST, PUBLIC_PORT, ATTACHMENTS_DIR, AUTO_CLEANUP_ENABLED, CLEANUP_INTERVAL_MINUTES, ATTACHMENT_EXPIRES_MINUTES, REDMINE_AUTOFILL_REQUIRED_CUSTOM_FIELDS before connecting.

Claude Code

claude mcp add jztan-redmine-mcp-server -- uvx redmine-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jztan-redmine-mcp-server": {
      "command": "uvx",
      "args": [
        "redmine-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package redmine-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.jztan is GitHub-verified and matches the repo owner

03 · What Redmine MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.12.0 · 2026-08-22

Highlights · This release adds a new manage_deal tool for RedmineUP CRM deals (list, get, create, update, delete), gated behind REDMINE_DEALS_ENABLED, for teams running the CRM Pro edition. manage_contact gains…

v2.11.0 · 2026-08-15

Highlights · Redmine HTTP calls now carry a timeout, configurable with REDMINE_TIMEOUT (default 30 seconds, 0 disables). Previously no timeout was applied anywhere, so a Redmine server that accepted a connection and…

v2.10.0 · 2026-08-08

Highlights · manage_redmine_wiki_page can now attach files on create and update via a new uploads parameter, using the same entry shape as the issue tools: file_path, source_url, or content_base64. Attachment-only…

04 · Who maintains Redmine MCP Server

redmine-mcp-server is maintained by jztan. We track 3 MCP servers from jztan - 3 actively maintained, 189 combined GitHub stars, oldest repo from May 2025. Full record: all servers from jztan.

  1. pdf-mcp Production-ready MCP server for PDF processing with intelligent caching. ★ 117
  2. qt4-doc-mcp-server Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search. ★ 3

05 · Facts

category
automation - ranked #18 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
io.github.jztan/redmine-mcp-server (active, first published 2025-09-24 · 33 versions)
packages
pypi:redmine-mcp-server

06 · Redmine MCP Server FAQ

What is Redmine MCP Server?

A Model Context Protocol (MCP) server that connects AI assistants to Redmine. It exposes your Redmine instance's projects, issues, time tracking, wiki pages, and files as MCP tools. It runs locally over stdio via the published package.

Is Redmine MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Redmine MCP Server?

Run `uvx redmine-mcp-server`. The README documents 12 environment variables (RM_KEY, REDMINE_URL, REDMINE_API_KEY…) to set first. Set RM_KEY, REDMINE_URL, REDMINE_API_KEY, SERVER_HOST, SERVER_PORT, PUBLIC_HOST, PUBLIC_PORT, ATTACHMENTS_DIR, AUTO_CLEANUP_ENABLED, CLEANUP_INTERVAL_MINUTES, ATTACHMENT_EXPIRES_MINUTES, REDMINE_AUTOFILL_REQUIRED_CUSTOM_FIELDS before connecting. You can also paste the ready-made client config above.

Does Redmine MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Redmine MCP Server

More automation MCP servers · Kagan · KDAN PDF · GDPR Shift-Left Compliance · Agent Tool · Kontent Ai MCP Server

More Python MCP servers · Deepmiro · Whatsapp Macos · Dash MCP Server · Code Memory · Meta Prompt MCP · see all