Back to Home
jztan icon

redmine-mcp-server

Verified Safe

by jztan

Overview

Integrates Redmine project management data with AI assistants via a Model Context Protocol (MCP) server.

Installation

Run Command
redmine-mcp-server

Environment 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 handling of SSL/TLS configurations (self-signed, mutual TLS), UUID-based secure file storage, path traversal prevention for file serving, and time-limited access URLs for attachments. A critical path traversal vulnerability was previously addressed and removed. It uses environment variables for sensitive credentials (API key, username/password) with clear documentation to avoid hardcoding or committing them. Default binding to `0.0.0.0` is common in containerized environments but requires awareness for external exposure. Explicit warnings are provided when SSL verification is disabled.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassLow
Avg Tokens1000
Stars9
Forks0
Last Update2026-01-18

Tags

RedmineMCPAI AssistantsProject ManagementIntegration