mcp-server-and-agent

moclamzw/mcp-server-and-agent
★ 0 stars Python AI/LLM Updated today
A hand-written MCP server at the protocol level plus a LangGraph agent over it, with four topologies run against the same task set and their failure modes measured.
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-server-and-agent": {
      "command": "uvx",
      "args": [
        "mcp-server-and-agent"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-and-agent

Topics

ai-agentslanggraphmcpmodel-context-protocolmulti-agent