agentic-infra-handbook

ricmmartins/agentic-infra-handbook
★ 0 stars Python AI/LLM Updated today
Opinionated reference for running AI agents and MCP servers in production infrastructure. Companion to the 5-part blog series.
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": {
    "agentic-infra-handbo": {
      "command": "uvx",
      "args": [
        "agentic-infra-handbook"
      ]
    }
  }
}

Or install with pip: pip install agentic-infra-handbook