langgraph-agent-orchestrator-mcp-tool

Dhilipfr/langgraph-agent-orchestrator-mcp-tool
★ 1 stars Python 🤖 AI/LLM Updated 7mo ago
An AI agent orchestration framework using LangGraph with Model Context Protocol (MCP) integration. Features a supervisor-agent architecture to coordinate specialized agents with domain-specific tools. Built with LangChain, OpenAI models, and includes a Gradio interface for easy interaction.
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": {
    "langgraph-agent-orch": {
      "command": "uvx",
      "args": [
        "langgraph-agent-orchestrator-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install langgraph-agent-orchestrator-mcp-tool