mcp-redmine

alsimoes/mcp-redmine
★ 0 stars Python API Integration Updated 6d ago
A Model Context Protocol server that connects any MCP client — to a Redmine instance through its REST 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": {
    "mcp-redmine": {
      "command": "uvx",
      "args": [
        "mcp-redmine"
      ]
    }
  }
}

Or install with pip: pip install mcp-redmine

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that connects Claude (Desktop or Code) — or any other MCP client — to a [Redmine](https://www.redmine.org/) instance through its REST API. It exposes 73 tools covering, in practice, the entire stable Redmine REST API: issues, relations, projects, memberships, versions, categories, users, groups,

Tools (3)

REDMINE_API_KEYREDMINE_TIMEOUTREDMINE_URL

Topics

project-management