snulbug

nahuaque/snulbug
★ 0 stars Python AI/LLM Updated 1d ago
Local-dev MCP policy proxy for safely exposing and combining 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": {
    "snulbug": {
      "command": "uvx",
      "args": [
        "snulbug"
      ]
    }
  }
}

Or install with pip: pip install snulbug

README Excerpt

<p align="center"> <img src="assets/snulbug.png" alt="snulbug logo" width="220"> </p> `snulbug` is a local-dev MCP policy proxy. Put it between an MCP client and one or more local MCP servers before you hand an agent a broad toolset or expose a server through a public tunnel. It gives you a tight loop for agent-tool safety:

Tools (1)

inputSchema