ruprogress-mcp

mimi1vx/ruprogress-mcp
★ 0 stars Rust Security Updated 1d ago
A Redmine MCP server in Rust, providing tool-parity with the reference Python/FastMCP redmine-mcp-server.
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": {
    "ruprogress-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ruprogress-mcp"
      ]
    }
  }
}

README Excerpt

A Redmine MCP server in Rust. It exposes Redmine's REST API to MCP clients as 41 tools over stdio and streamable HTTP, with three authentication modes, a read-only mode, bounded responses, and a local attachment store. ```sh cp .env.example .env # set REDMINE_URL and REDMINE_API_KEY cargo run -- --print-config # resolve and check the config, then exit

Tools (5)

cleanup_attachment_filesget_gantt_chartget_mcp_server_infooauthstdio