Read-only MCP server for Redmine that lets AI agents search issues, projects, wiki pages, attachments, time entries, and release context via stdio
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"redmine-mcp-server": {
"command": "npx",
"args": [
"-y",
"igorolv/redmine-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add redmine-mcp-server npx -y igorolv/redmine-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"redmine-mcp-server": {
"command": "npx",
"args": [
"-y",
"igorolv/redmine-mcp-server"
]
}
}
}