Loading MCP server directory, please wait...
Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.
npx @getmcp/cli add io.github.andrelaptenok/redmine-mcp-stdioRequires Node.js 18+. Community-contributed server. Review source before installing.
REDMINE_URLBase URL of your Redmine instance (e.g. https://redmine.example.com)
REDMINE_API_KEYRedmine API access key (My account > API access key)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.andrelaptenok/redmine-mcp-stdio": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "",
"REDMINE_API_KEY": ""
}
}
}
}