← All servers

redmine-mcp-stdio

io.github.andrelaptenok/redmine-mcp-stdio v1.2.0
Official Registry git

Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add redmine-mcp-stdio -- npx -y redmine-mcp-stdio
Add to claude_desktop_config.json
{
  "mcpServers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "redmine-mcp-stdio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ]
    }
  }
}

Packages

npm redmine-mcp-stdio@1.2.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.andrelaptenok--redmine-mcp-stdio/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent