gentleman

madebyman/gentleman
★ 1 stars Python AI/LLM Updated 6d ago
Declarative AI agent server — MCP for tools, A2A for agents, AG-UI for humans
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": {
    "gentleman": {
      "command": "uvx",
      "args": [
        "gentleman"
      ]
    }
  }
}

Or install with pip: pip install gentleman