MCP Server
MCP
io.github.cantbeblank96/qodercli-mcp
MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.
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
By
Comments
Sign in to leave a comment