$ timeahead.in
/ servers/npm/@onozaty/redmine-mcp-server
npm

@onozaty/redmine-mcp-server

MCP server for Redmine

20 stars255/wkupdated 101d agogithub ↗
80fair
▣ Overview

What it does

This MCP server bridges Claude to Redmine, exposing the full Redmine REST API as callable tools. It covers all major Redmine operations: creating and updating issues, managing projects and users, recording time entries, and authoring wiki pages. The server supports both read-only mode for safe data reference and full read-write access for operational automation.

Who it's for

Team leads and project managers who run Redmine for issue tracking and want to automate workflows through Claude. Developers building Claude-based tools that need to query or modify project data. Operations teams managing team capacity and project timelines.

Common use cases

  • Create issues with full details and custom fields from Claude conversations
  • Query open issues, project status, and team workload via natural language
  • Update issue metadata—status, assignee, priority, due date—in bulk or individually
  • Record time entries and generate time tracking reports
  • Manage project memberships and team permissions

Setup pitfalls

  • Requires valid Redmine API key generated in admin settings (Administration → Settings → API); the server cannot authenticate without it
  • Both REDMINE_URL and REDMINE_API_KEY environment variables are mandatory; missing either will cause startup failure
  • Read-only mode (REDMINE_MCP_READ_ONLY=true) is recommended for safety; disabling it allows destructive operations like issue deletion
  • Tool filtering regex patterns can inadvertently block needed operations; test REDMINE_MCP_TOOLS_ALLOW_PATTERN and REDMINE_MCP_TOOLS_DENY_PATTERN before production deployment
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
42
8.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
79.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "onozatyredmine": {
      "command": "npx",
      "args": [
        "-y",
        "@onozaty/redmine-mcp-server"
      ]
    }
  }
}
⚙ Maintenance health
38/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)5
last release100d ago
ci✗ none
⛁ Raw data
weekly downloads255
github stars20
forks10
open issues2
license✓ present
readme length9643 chars
last publish24d ago
last commit101d ago
last updated2d ago
install verified✓ pass · 53d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points