Pitwall

SrihariSr/Pitwall
★ 0 stars Python AI/LLM Updated today
A multi-agent F1 strategy system in Python. Uses specialist Gemini subagents (tyre, gaps, weather, safety car, rivals, Monte Carlo) which consume timing data using a custom MCP server and produce lap-by-lap pit recommendations with natural-language justification. Still under development 🚧.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pitwall": {
      "command": "uvx",
      "args": [
        "pitwall"
      ]
    }
  }
}

Or install with pip: pip install pitwall