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.
mcp-language-server
Proxies a Language Server Protocol (LSP) server to provide semantic code intelligence tools to Model Context Protocol (MCP) clients, enabling LLMs to interact with codebases.
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
action_mcp
Provides a Model Context Protocol (MCP) server for Ruby on Rails applications, enabling them to expose structured data, tools, and prompts to Large Language Models (LLMs) for context-aware AI interactions.