ai-systems-lab

leonarduk/ai-systems-lab
★ 1 stars Python File System Updated today
Self-directed learning project building AI systems tools. Created 7 MCP servers that enable LLMs to interact with GitHub, filesystems, and web APIs. Learning to apply backend engineering patterns (rate limiting, security, error handling) to AI systems.
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": {
    "ai-systems-lab": {
      "command": "uvx",
      "args": [
        "ai-systems-lab"
      ]
    }
  }
}

Or install with pip: pip install ai-systems-lab