Loading MCP server directory, please wait...
MCP server for Redmine API integration with AI agents.
npx @getmcp/cli add io.github.vfa-khuongdv/redmineRequires Node.js 18+. Community-contributed server. Review source before installing.
REDMINE_URLYour Redmine instance URL (e.g., https://redmine.example.com)
REDMINE_API_KEYYour Redmine API key from account settings
REDMINE_USERNAMEYour Redmine username for Basic Authentication
REDMINE_PASSWORDYour Redmine password for Basic Authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vfa-khuongdv/redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "",
"REDMINE_API_KEY": "",
"REDMINE_USERNAME": "",
"REDMINE_PASSWORD": ""
}
}
}
}