Back to Home
flor3z-github icon

redmine-mcp-server

Verified Safe

by flor3z-github

Overview

Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.

Installation

Run Command
npx @gmlee-ncurity/mcp-server-redmine

Environment Variables

  • REDMINE_URL
  • REDMINE_API_KEY
  • REDMINE_USERNAME
  • REDMINE_PASSWORD
  • REDMINE_SSL_VERIFY
  • REDMINE_CA_CERT
  • REDMINE_REQUEST_TIMEOUT
  • REDMINE_MAX_RETRIES
  • LOG_LEVEL

Security Notes

The server uses `zod` for robust input validation on all tool arguments, significantly reducing the risk of injection attacks. Sensitive API keys and credentials are handled via environment variables and are not hardcoded. SSL certificate verification and custom CA certificates are supported, enhancing secure communication. The `fs.readFileSync` for `REDMINE_CA_CERT` reads a local file path, which could theoretically be abused if an attacker could control the environment variable; however, this is a standard configuration pattern and not a direct vulnerability in the code itself. Debug logging can expose tool arguments, but this is a configurable log level for development purposes.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars3
Forks0
Last Update2025-12-04

Tags

RedmineProject ManagementIssue TrackingAI AssistantMCP Server