Multi_agentic_platform_using_A2A_and_MCP_server

Shreyansh1600/Multi_agentic_platform_using_A2A_and_MCP_server
★ 0 stars Python AI/LLM Updated today
A scalable Multi-Agent AI platform powered by the Agent-to-Agent (A2A) SDK and Model Context Protocol (MCP). Features a central LLM Orchestrator that dynamically routes user queries to specialized LangGraph microservice agents (Web Search, RAG, Text2SQL, General Chat) with seamless SQLite persistence and built-in security guardrails.
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": {
    "multi_agentic_platfo": {
      "command": "uvx",
      "args": [
        "multi-agentic-platform-using-a2a-and-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install multi-agentic-platform-using-a2a-and-mcp-server