GenAI_Agents

GitHub

50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "GenAI_Agents": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-GenAI_Agents"
      ]
    }
  }
}