From redmine
Provides access to a Redmine instance for project management, issue tracking, time tracking, and API operations. Runs locally as a subprocess; likely requires Redmine URL and API key.
npx claudepluginhub aarondpn/redmine-cli --plugin redmineAdd to your .mcp.json:
{
"mcpServers": {
"redmine": {
"command": "redmine",
"args": [
"mcp",
"serve"
]
}
}
}redmineShare bugs, ideas, or general feedback.