io.github.vfa-khuongdv/redmine
Quality Score
77
/100
MCP server for Redmine API integration with AI agents.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<redmine_url>",
"REDMINE_API_KEY": "<your-redmine_api_key>",
"REDMINE_USERNAME": "<redmine_username>",
"REDMINE_PASSWORD": "<your-redmine_password>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<redmine_url>",
"REDMINE_API_KEY": "<your-redmine_api_key>",
"REDMINE_USERNAME": "<redmine_username>",
"REDMINE_PASSWORD": "<your-redmine_password>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @duongkhuong/mcp-redmine§02 Environment variables
REDMINE_URLrequired
Your Redmine instance URL (e.g., https://redmine.example.com)
REDMINE_API_KEYrequiredsecret
Your Redmine API key from account settings
REDMINE_USERNAMErequired
Your Redmine username for Basic Authentication
REDMINE_PASSWORDrequiredsecret
Your Redmine password for Basic Authentication
§03 MCP Quality Score · methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.