renovation-agent-adk-mcp-toolbox

AbiramiSukumaran/renovation-agent-adk-mcp-toolbox
★ 3 stars Python 🗄️ Database Updated 6mo ago
This is the Multi-agent Renovation Application we built earlier using ADK but modified to include a new tool using MCP Toolbox for Databases. This is so we can create a controlplane to abstract database management activities from your agentic application code.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "renovation-agent-adk": {
      "command": "uvx",
      "args": [
        "renovation-agent-adk-mcp-toolbox"
      ]
    }
  }
}

Or install with pip: pip install renovation-agent-adk-mcp-toolbox