openclaw control mcp for VS Code
io.github.smurfy92/openclaw-control-mcp
MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.
client:VS Code
transport:stdio
runtime:npm
Install openclaw control mcp in VS Code
.vscode/mcp.json
{
"servers": {
"openclaw-control-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openclaw-control-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs