mcp-vacuum

tzervas/mcp-vacuum
★ 1 stars Python Security Updated today
AI agent for discovering MCP Servers and generating Kagent-compliant schemas using Google Python ADK
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-vacuum": {
      "command": "uvx",
      "args": [
        "mcp-vacuum"
      ]
    }
  }
}

Or install with pip: pip install mcp-vacuum

README Excerpt

MCP Vacuum is an AI agent developed in Python 3.12, designed to automatically discover MCP (Model Context Protocol) servers, manage authentication (including OAuth 2.1 with PKCE), and convert their tool schemas into Kagent-compliant formats. It is built using an architecture inspired by the Google Python Agent Developer Kit (ADK) principles, featuring a hierarchical system of specialized agents.

Tools (2)

discoverversion