Loading MCP server directory, please wait...
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
npx @getmcp/cli add io.github.igorolv/redmine-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
REDMINE_URLBase URL of the Redmine instance, e.g. https://redmine.example.com
REDMINE_API_KEYRedmine API key of the user the server acts as (My account -> API access key)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.igorolv/redmine-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"REDMINE_URL",
"-e",
"REDMINE_API_KEY",
"-e",
"REDMINE_MCP_WRITE_ENABLED",
"ghcr.io/igorolv/redmine-mcp-server:0.1.0"
],
"env": {
"REDMINE_URL": "",
"REDMINE_API_KEY": "",
"REDMINE_MCP_WRITE_ENABLED": "false"
}
}
}
}