← Back to Plugins
MCP Server MCP

io.github.cantbeblank96/qodercli-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "qodercli-mcp",
      "version": "0.4.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the qodercli binary (defaults to `qodercli` on PATH)",
          "format": "string",
          "name": "QODERCLI_PATH"
        },
        {
          "description": "Default permission mode when callers omit permission params: dont_ask (default, read-only) | accept_edits | bypass_permissions | auto | default",
          "format": "string",
          "name": "QODERCLI_DEFAULT_PERMISSION_MODE"
        },
        {
          "description": "HTTP proxy injected into qodercli subprocesses (optional)",
          "format": "string",
          "name": "HTTP_PROXY"
        },
        {
          "description": "HTTPS proxy injected into qodercli subprocesses (optional)",
          "format": "string",
          "name": "HTTPS_PROXY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...