Skip to content
Windsurf

qodercli mcp for Windsurf

io.github.cantbeblank96/qodercli-mcp

MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.

client:Windsurf transport:stdio runtime:npm

Install qodercli mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "qodercli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qodercli-mcp"
      ],
      "env": {
        "QODERCLI_PATH": "<QODERCLI_PATH>",
        "QODERCLI_DEFAULT_PERMISSION_MODE": "<QODERCLI_DEFAULT_PERMISSION_MODE>",
        "HTTP_PROXY": "<HTTP_PROXY>",
        "HTTPS_PROXY": "<HTTPS_PROXY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

qodercli mcp in other clients