--- name: agent-setup description: Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. --- # AI Coding Agent Configuration To set up AI Coding Agent Configuration, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/agent-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/agent-setup ```