redmine-mcp-workflows

Avicennasis/redmine-mcp-workflows
★ 0 stars Python API Integration Updated 1d ago
Schema-aware MCP server for Redmine — validates workflow transitions, custom fields, and required fields before round-tripping the API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "redmine-mcp-workflow": {
      "command": "uvx",
      "args": [
        "redmine-mcp-workflows"
      ]
    }
  }
}

Or install with pip: pip install redmine-mcp-workflows

README Excerpt

A schema-aware Model Context Protocol (MCP) server for Redmine. Most MCP servers for Redmine are thin wrappers around the REST API: an LLM call goes through, Redmine returns `422 Unprocessable Entity`, and the LLM has to guess what went wrong. `redmine-mcp-workflows` is different — it caches each tracker's workflow graph, custom field schemas, and role-based field permissions, then **validates writes before they leave the client**. When something can't succeed, you get a structured error with a

Tools (9)

REDMINE_API_KEYREDMINE_HEADERSREDMINE_MCP_ALLOWED_DIRECTORIESREDMINE_MCP_CACHE_DIRREDMINE_MCP_CACHE_TTLREDMINE_MCP_LOG_LEVELREDMINE_MCP_READ_ONLYREDMINE_OAUTH_TOKENREDMINE_URL