Loading MCP server directory, please wait...
Production-ready MCP server for Redmine with security, pagination, and enterprise features
npx @getmcp/cli add io.github.jztan/redmine-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
REDMINE_URLURL of your Redmine server (e.g., https://your-redmine-server.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jztan/redmine-mcp-server": {
"command": "uvx",
"args": [
"redmine-mcp-server"
],
"env": {
"REDMINE_URL": "",
"REDMINE_USERNAME": "",
"REDMINE_PASSWORD": "",
"REDMINE_API_KEY": "",
"SERVER_HOST": "0.0.0.0",
"SERVER_PORT": "8000",
"PUBLIC_HOST": "localhost",
"PUBLIC_PORT": "8000",
"ATTACHMENTS_DIR": "./attachments",
"AUTO_CLEANUP_ENABLED": "true",
"CLEANUP_INTERVAL_MINUTES": "10",
"ATTACHMENT_EXPIRES_MINUTES": "60"
}
}
}
}