mcp-server-evolution-demo

GenesisBlock3301/mcp-server-evolution-demo
★ 1 stars Python 🤖 AI/LLM Updated 2d ago
Hands-on MCP learning project comparing pre-MCP custom integrations with modern FastMCP implementation, demonstrating tool standardization for AI agents.
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": {
    "mcp-server-evolution": {
      "command": "uvx",
      "args": [
        "mcp-server-evolution-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-evolution-demo