Catalog
io.github.vfa-khuongdv/redmine
OfficialMCP server for Redmine API integration with AI agents.
Integration with Redmine project management API for AI agents.
README not available yet.
Install
Configuration
Environment variables
REDMINE_URLrequiredYour Redmine instance URL (e.g., https://redmine.example.com)
REDMINE_API_KEYrequiredsecretYour Redmine API key from account settings
REDMINE_USERNAMErequiredYour Redmine username for Basic Authentication
REDMINE_PASSWORDrequiredsecretYour Redmine password for Basic Authentication
claude_desktop_config.json
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine@1.1.3"
],
"env": {
"REDMINE_URL": "<YOUR_REDMINE_URL>",
"REDMINE_API_KEY": "<YOUR_REDMINE_API_KEY>",
"REDMINE_USERNAME": "<YOUR_REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<YOUR_REDMINE_PASSWORD>"
}
}
}
}