Loading MCP server directory, please wait...
stdio MCP server wrapping the Redmine REST API: issues, projects, users, time, wiki, versions.
npx @getmcp/cli add io.github.Nikhilprasad-r/redmine-mcp-connectorRequires Node.js 18+. Community-contributed server. Review source before installing.
REDMINE_BASE_URLBase URL of your Redmine instance, no trailing slash (e.g. https://redmine.example.com)
REDMINE_API_KEYRedmine API access key (My account -> Show API access key)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Nikhilprasad-r/redmine-mcp-connector": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-connector"
],
"env": {
"REDMINE_BASE_URL": "",
"REDMINE_API_KEY": "",
"REDMINE_IMPERSONATE_USER": "",
"REDMINE_READONLY": "false",
"REDMINE_ALLOW_RAW_REQUEST": "false",
"REDMINE_HTTP_TIMEOUT_MS": "15000",
"REDMINE_MAX_PAGES": "20",
"REDMINE_MAX_DOWNLOAD_BYTES": "5242880"
}
}
}
}