tollbooth

Realgagenichols/tollbooth
★ 0 stars Python AI/LLM Updated today
A security gateway for AI agents: a transparent MCP proxy that enforces policy on every tool call and result passing between your MCP client (Claude Code, Claude Desktop, Cursor, custom agents) and its MCP servers.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tollbooth": {
      "command": "uvx",
      "args": [
        "tollbooth"
      ]
    }
  }
}

Or install with pip: pip install tollbooth

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/Realgagenichols/tollbooth/main/assets/header.svg" alt="tollbooth — a firewall + DLP + audit layer for AI agent tool traffic" width="860"> </p> <p align="center"> <a href="#"><img alt="Python 3.12+" src="https://img.shields.io/badge/python-3.12%2B-3776AB?logo=python&logoColor=white"></a>

Tools (13)

auditblockconfigdlphookmainpanpipelinepluginspolicyproxyssnupstream