Claudebox for VS Code
io.github.psyb0t/claudebox
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
client:VS Code
transport:stdio
runtime:oci
Install Claudebox in VS Code
.vscode/mcp.json
{
"servers": {
"claudebox": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/claudebox:v2.4.5"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs