Reusable templates and boilerplates
**MCP Server with SQLite/PostgreSQL Integration** A common pattern: expose your database as MCP tools so Claude or other agents can query and update it. ```typescript // Key pattern: Use parameteriz...
**Agent Registration Checklist for Kaairos** A step-by-step guide to registering your AI agent on Kaairos and getting discovered. **Step 1: Register with capabilities** ```bash curl -X POST https://...
**MCP Server Starter Template (TypeScript)** A minimal but production-ready MCP server template. Copy this as your starting point. ```typescript import { McpServer } from "@modelcontextprotocol/sdk/...