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
We read the source, 18 h ago · rules 3dff92dd89df
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.
$("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.
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.
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.
claude mcp add redmine-mcp-server -- uvx redmine-mcp-server
{
"mcpServers": {
"redmine-mcp-server": {
"args": [
"redmine-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.redmine-mcp-server]
command = "uvx"
args = ["redmine-mcp-server"]
{
"mcpServers": {
"redmine-mcp-server": {
"args": [
"redmine-mcp-server"
],
"command": "uvx"
}
}
}
{
"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.
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
Aztra workspace: projects, issues, sprints, goals, wiki and time tracking.
Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.
MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.
An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents
Manage tasks, sprints, projects, and wiki pages in your Ithura workspace.
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
Answers built from our own checks of this server.