tollbooth for Cursor
io.github.chrzanowy/agent-tollbooth
Stateful backend for AI agents: memory, watch, render, execute, and shared boards with digests.
client:Cursor
transport:stdio
runtime:oci
Install tollbooth in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-tollbooth": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs