Home › Productivity › Redmine MCP Server
Redmine MCP Server
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
Topics: Product Management
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/igorolv/redmine-mcp-server:0.1.0
Or add to your MCP client config:
{
"mcpServers": {
"redmine-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/redmine-mcp-server:0.1.0"
],
"env": {
"REDMINE_URL": "<YOUR_VALUE>",
"REDMINE_API_KEY": "<YOUR_VALUE>",
"REDMINE_MCP_WRITE_ENABLED": "<YOUR_VALUE>"
}
}
}
}
REDMINE_URLrequired — Base URL of the Redmine instance, e.g. https://redmine.example.comREDMINE_API_KEYrequired secret — Redmine API key of the user the server acts as (My account -> API access key)REDMINE_MCP_WRITE_ENABLED— Set to true to also expose the issue, note, attachment, time-entry and wiki write tools
Related servers
saga-mcp
Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard
pm-copilot
Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by…
mcp-server-polarion
MCP server for Polarion ALM — read and write documents and work items
procore-mcp-server
MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution…
Epoch
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
Trello-Desktop-MCP
Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry