Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"redmine": {
"command": "redmine",
"args": [
"mcp",
"serve"
]
}
}
}Server configuration and connection parameters
redmineCommand-line arguments passed to the server process
npx claudepluginhub aarondpn/redmine-cli --plugin redmine