io.github.jztan/redmine-mcp-server
Production-ready MCP server for Redmine with security, pagination, and enterprise features
{
"mcpServers": {
"redmine-mcp-server": {
"command": "uvx",
"args": [
"redmine-mcp-server"
],
"env": {
"REDMINE_URL": "<redmine_url>",
"REDMINE_USERNAME": "<redmine_username>",
"REDMINE_PASSWORD": "<your-redmine_password>",
"REDMINE_API_KEY": "<your-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"
}
}
}
}REDMINE_URLURL of your Redmine server (e.g., https://your-redmine-server.com)
REDMINE_USERNAMERedmine username for authentication (alternative to API key)
REDMINE_PASSWORDRedmine password for authentication (alternative to API key)
REDMINE_API_KEYRedmine API key for authentication (alternative to username/password)
SERVER_HOSTHost address for the MCP server (default: 0.0.0.0)
SERVER_PORTPort for the MCP server (default: 8000)
PUBLIC_HOSTPublic hostname for file download URLs (default: localhost)
PUBLIC_PORTPublic port for file download URLs (default: 8000)
ATTACHMENTS_DIRDirectory for storing downloaded attachments (default: ./attachments)
AUTO_CLEANUP_ENABLEDEnable automatic cleanup of expired files (default: true)
CLEANUP_INTERVAL_MINUTESInterval between cleanup runs in minutes (default: 10)
ATTACHMENT_EXPIRES_MINUTESDefault expiry time for attachments in minutes (default: 60)
Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases.
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails