← Index

io.github.vfa-khuongdv/redmine

io.github.vfa-khuongdv/redmine·v1.1.3·Other
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_URL
required

Your Redmine instance URL (e.g., https://redmine.example.com)

REDMINE_API_KEY
requiredsecret

Your Redmine API key from account settings

REDMINE_USERNAME
required

Your Redmine username for Basic Authentication

REDMINE_PASSWORD
requiredsecret

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