mcp-redmine-proxy
Verified Safeby wolfdogwww
Overview
Provides an HTTP bridge and MCP server for LLMs to interact with Redmine instances, enabling issue management, project browsing, and attachment handling.
Installation
docker run -p 3000:8000 -e REDMINE_URL="https://your-redmine-instance.example.com" -e REDMINE_API_KEY="your-api-key" mcp-redmine-proxy:latestEnvironment Variables
- REDMINE_URL
- REDMINE_API_KEY
- REDMINE_REQUEST_INSTRUCTIONS
Security Notes
The server uses environment variables for sensitive data (API keys), preventing hardcoding. It executes its internal MCP server as a controlled subprocess, limiting arbitrary command injection risks. File operations for upload/download validate absolute paths and existence, mitigating basic path traversal vulnerabilities. No obvious use of 'eval' or other highly dangerous patterns was found.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP 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.
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
plane-mcp-server
Enables LLMs to interact with Plane.so to manage projects and issues through its API, facilitating project management workflows.