redmine-mcp-server
Verified Safeby jztan
Overview
Integrates Redmine project management data with Model Context Protocol (MCP) tools, enabling AI assistants to interact with Redmine instances for tasks like issue and project management.
Installation
redmine-mcp-serverEnvironment Variables
- REDMINE_URL
- REDMINE_API_KEY
- REDMINE_USERNAME
- REDMINE_PASSWORD
- SERVER_HOST
- SERVER_PORT
- PUBLIC_HOST
- PUBLIC_PORT
- ATTACHMENTS_DIR
- AUTO_CLEANUP_ENABLED
- CLEANUP_INTERVAL_MINUTES
- ATTACHMENT_EXPIRES_MINUTES
- REDMINE_SSL_VERIFY
- REDMINE_SSL_CERT
- REDMINE_SSL_CLIENT_CERT
Security Notes
The server demonstrates strong security practices, including explicit deprecation and fix of a path traversal vulnerability (CVE, CVSS 7.5), UUID-based secure file storage, server-controlled file expiry/cleanup, and comprehensive SSL/TLS configuration support (self-signed, mTLS, verification control). Credentials are managed via environment variables and marked as secrets. No obvious hardcoded secrets or malicious patterns found. Disabling SSL verification is explicitly warned against for production.
Similar Servers
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
Jira-MCP-Server
Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.