Skip to content
Cline

qodercli mcp for Cline

io.github.cantbeblank96/qodercli-mcp

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

client:Cline transport:stdio runtime:npm

Install qodercli mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

qodercli mcp in other clients