tollbooth
Rank #58,631io.github.chrzanowy/agent-tollbooth
Stateful backend for AI agents: memory, watch, render, execute, and shared boards with digests.
tollbooth is a Model Context Protocol (MCP) server published by chrzanowy. It ranks #58,631 of 132,345 servers tracked on MCP Toplist. tollbooth is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 73,714 of 132,345 servers on MCP Toplist.
Use tollbooth
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-tollbooth -- docker run -i --rm ghcr.io/chrzanowy/agent-tollbooth:v0.1.2[mcp_servers.agent-tollbooth]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-tollbooth": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-tollbooth": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-tollbooth": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-tollbooth": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-tollbooth": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/chrzanowy/agent-tollbooth:v0.1.2"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrzanowy%2Fagent-tollbooth)<a href="https://mcptoplist.com/server/io.github.chrzanowy%2Fagent-tollbooth"><img src="https://mcptoplist.com/badge/io.github.chrzanowy%2Fagent-tollbooth.svg" alt="MCP Toplist: Top 50% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrzanowy
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 16, 2026 |
| 0.1.1 | Aug 16, 2026 |
Frequently asked questions
- Who maintains tollbooth?
- tollbooth is maintained by chrzanowy, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is tollbooth listed on the Official MCP Registry?
- Yes — tollbooth is listed on the Official MCP Registry, alongside Glama.
- How many versions does tollbooth have?
- MCP Toplist tracks 2 versions of tollbooth, most recently published on Aug 16, 2026.
- Where can I find the source code for tollbooth?
- The source code for tollbooth is hosted at github.com/chrzanowy/agent-tollbooth.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.