Redmine-MCP-Server

Polinkhan/Redmine-MCP-Server
★ 0 stars TypeScript 📁 File System Updated 1d ago
An MCP Server for Redmine to use with Cursor AI
View on GitHub →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Polinkhan/Redmine-MCP-Server"
      ]
    }
  }
}

README Excerpt

TypeScript MCP server for Redmine, designed for Cursor and other MCP-compatible clients. - `redmine_paths_list` - list available API paths from Redmine OpenAPI spec - `redmine_paths_info` - inspect detailed OpenAPI schema for selected paths - `redmine_request` - perform direct Redmine API requests - `redmine_upload` - upload files and get Redmine upload token

Tools (6)

jsonredmine_downloadredmine_paths_inforedmine_paths_listredmine_requestredmine_upload