Back to Home
Sunalamye icon

RedmineMCP

Verified Safe

by Sunalamye

Overview

Integrate and manage Redmine projects, issues, time entries, and other data programmatically through a high-performance Rust-based MCP server.

Installation

Run Command
./scripts/run-mcp.sh

Environment Variables

  • REDMINE_URL
  • REDMINE_TOKEN
  • LOG_LEVEL
  • LOG_VIEWER
  • LOG_VIEWER_PORT
  • LOG_VIEWER_OPEN
  • LOG_FILE

Security Notes

The server is implemented in Rust, contributing to memory safety. It explicitly handles Redmine API tokens via environment variables, with warnings against committing them to version control. A built-in log viewer redacts sensitive data (like API tokens) and listens only on localhost by default, limiting network exposure. The `redmine_request` tool allows generic API calls, which grants broad access to the Redmine API and should be used carefully by the calling agent to avoid unintended actions or data exposure if misused.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

RedmineProject ManagementIssue TrackingAPI IntegrationRust