mcpbeat Sign in

Redmine MCP Server

local only

Redmine MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 407 installs a week from pypi. Last commit 15 Sep 2026.

MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking

Installs per day peak 641 · avg 197 · -0% w/w
a month agotoday
1 407
Installs / week
pypi · redmine-mcp-server
77
Stars
3 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime pages/index.html:1488, [пакет] pages/index.html:1488
    $("issueRows").innerHTML = board.map(rowHtml).join("");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add redmine-mcp-server -- uvx redmine-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "redmine-mcp-server": {
      "args": [
        "redmine-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.redmine-mcp-server]
command = "uvx"
args = ["redmine-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "redmine-mcp-server": {
      "args": [
        "redmine-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "redmine-mcp-server": {
      "args": [
        "redmine-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REDMINE_URL (URL of your Redmine server (e.g., https://your-redmine-server.com)), REDMINE_USERNAME (Redmine username for authentication (alternative to API key)), REDMINE_PASSWORD (Redmine password for authentication (alternative to API key)), REDMINE_API_KEY (Redmine API key for authentication (alternative to username/password)), SERVER_HOST (Host address for the MCP server (default: 0.0.0.0)), SERVER_PORT (Port for the MCP server (default: 8000)), PUBLIC_HOST (Public hostname for file download URLs (default: localhost)), PUBLIC_PORT (Public port for file download URLs (default: 8000)), ATTACHMENTS_DIR (Directory for storing downloaded attachments (default: ./attachments)), AUTO_CLEANUP_ENABLED (Enable automatic cleanup of expired files (default: true)), CLEANUP_INTERVAL_MINUTES (Interval between cleanup runs in minutes (default: 10)), ATTACHMENT_EXPIRES_MINUTES (Default expiry time for attachments in minutes (default: 60)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Redmine MCP Server

same job, measured the same way
Redmine MCP Server
by igorolv

Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics

local only
Aztra
by aztra

Aztra workspace: projects, issues, sprints, goals, wiki and time tracking.

answering
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Gitlab MCP
by zereight

GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.

96 949 installs/wk local only
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only
Ithura
by ithura

Manage tasks, sprints, projects, and wiki pages in your Ithura workspace.

47 installs/wk local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering

Redmine MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Redmine MCP Server?
Redmine MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package redmine-mcp-server was installed 1 407 times last week.
How do I connect Redmine MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls redmine-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Redmine MCP Server?
The pypi package redmine-mcp-server was installed 1 407 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Redmine MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 77 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.