tollbooth for VS Code
io.github.chrzanowy/agent-tollbooth
Stateful backend for AI agents: memory, watch, render, execute, and shared boards with digests.
client:VS Code
transport:stdio
runtime:oci
Install tollbooth in VS Code
.vscode/mcp.json
{
"servers": {
"agent-tollbooth": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs