Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-opencode": {
"command": "npx",
"args": [
"-y",
"@kud/mcp-opencode@latest"
],
"env": {
"OPENCODE_MODEL_ALLOW": "${MCP_OPENCODE_MODEL_ALLOW:-github-copilot/*}",
"OPENCODE_MODEL_BLOCK": "${MCP_OPENCODE_MODEL_BLOCK:-}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OPENCODE_MODEL_ALLOW=${MCP_OPENCODE_MODEL_ALLOW:-github-copilot/*}OPENCODE_MODEL_BLOCK=${MCP_OPENCODE_MODEL_BLOCK:-}npx claudepluginhub kud/claude-plugins --plugin opencode