Server data from the Official MCP Registry
Production-ready MCP server for Redmine with security, pagination, and enterprise features
Production-ready MCP server for Redmine with security, pagination, and enterprise features
Set these up before or after installing:
Environment variable: REDMINE_URL
Environment variable: REDMINE_USERNAME
Environment variable: REDMINE_PASSWORD
Environment variable: REDMINE_API_KEY
Environment variable: SERVER_HOST
Environment variable: SERVER_PORT
Environment variable: PUBLIC_HOST
Environment variable: PUBLIC_PORT
Environment variable: ATTACHMENTS_DIR
Environment variable: AUTO_CLEANUP_ENABLED
Environment variable: CLEANUP_INTERVAL_MINUTES
Environment variable: ATTACHMENT_EXPIRES_MINUTES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jztan-redmine-mcp-server": {
"env": {
"PUBLIC_HOST": "your-public-host-here",
"PUBLIC_PORT": "your-public-port-here",
"REDMINE_URL": "your-redmine-url-here",
"SERVER_HOST": "your-server-host-here",
"SERVER_PORT": "your-server-port-here",
"ATTACHMENTS_DIR": "your-attachments-dir-here",
"REDMINE_API_KEY": "your-redmine-api-key-here",
"REDMINE_PASSWORD": "your-redmine-password-here",
"REDMINE_USERNAME": "your-redmine-username-here",
"AUTO_CLEANUP_ENABLED": "your-auto-cleanup-enabled-here",
"CLEANUP_INTERVAL_MINUTES": "your-cleanup-interval-minutes-here",
"ATTACHMENT_EXPIRES_MINUTES": "your-attachment-expires-minutes-here"
},
"args": [
"redmine-mcp-server"
],
"command": "uvx"
}
}
}Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Scanned 3 files · 1 finding
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!