Admin MCP server with interactive UI widgets for monitoring toll-booth deployments
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"toll-booth-mcp": {
"command": "npx",
"args": [
"-y",
"forgesworn/toll-booth-mcp"
]
}
}
}
Run in terminal:
claude mcp add toll-booth-mcp npx -y forgesworn/toll-booth-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"toll-booth-mcp": {
"command": "npx",
"args": [
"-y",
"forgesworn/toll-booth-mcp"
]
}
}
}