Back to Home
wolfdogwww icon

mcp-redmine-proxy

Verified Safe

by 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

Run Command
docker run -p 3000:8000 -e REDMINE_URL="https://your-redmine-instance.example.com" -e REDMINE_API_KEY="your-api-key" mcp-redmine-proxy:latest

Environment 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

Stats

Interest Score55
Security Score9
Cost ClassHigh
Stars1
Forks0
Last Update2025-12-10

Tags

RedmineAPILLM ToolProxyProject Management