redmine-mcp-server
Verified Safeby flor3z-github
Overview
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
Installation
npx @gmlee-ncurity/mcp-server-redmineEnvironment Variables
- REDMINE_URL
- REDMINE_API_KEY
- REDMINE_USERNAME
- REDMINE_PASSWORD
- REDMINE_SSL_VERIFY
- REDMINE_CA_CERT
- REDMINE_REQUEST_TIMEOUT
- REDMINE_MAX_RETRIES
- LOG_LEVEL
Security Notes
The server uses `zod` for robust input validation on all tool arguments, significantly reducing the risk of injection attacks. Sensitive API keys and credentials are handled via environment variables and are not hardcoded. SSL certificate verification and custom CA certificates are supported, enhancing secure communication. The `fs.readFileSync` for `REDMINE_CA_CERT` reads a local file path, which could theoretically be abused if an attacker could control the environment variable; however, this is a standard configuration pattern and not a direct vulnerability in the code itself. Debug logging can expose tool arguments, but this is a configurable log level for development purposes.
Similar Servers
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
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
Integrates Redmine project management data with AI assistants via a Model Context Protocol (MCP) server.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.