matchday-agent

reiorozco/matchday-agent
★ 0 stars Python AI/LLM Updated 1d ago
Football-analyst agent (Python 3.12 + LangGraph + FastAPI + RAG + LangSmith) orchestrating the matchday-mcp server. Live at https://matchday-agent.fly.dev.
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": {
    "matchday-agent": {
      "command": "uvx",
      "args": [
        "matchday-agent"
      ]
    }
  }
}

Or install with pip: pip install matchday-agent