← Back to browse

redmine

Indexed by io.github.vfa-khuongdv

About

MCP server for Redmine API integration with AI agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsREDMINE_URL REDMINE_API_KEY REDMINE_USERNAME REDMINE_PASSWORD
Claude Code
claude mcp add --env REDMINE_URL= --env REDMINE_API_KEY= --env REDMINE_USERNAME= --env REDMINE_PASSWORD= redmine -- npx @duongkhuong/mcp-redmine
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"redmine","command":"npx","args":["@duongkhuong/mcp-redmine"],"env":{"REDMINE_URL":"","REDMINE_API_KEY":"","REDMINE_USERNAME":"","REDMINE_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": [
        "@duongkhuong/mcp-redmine"
      ],
      "env": {
        "REDMINE_URL": "",
        "REDMINE_API_KEY": "",
        "REDMINE_USERNAME": "",
        "REDMINE_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.