> This page location: AI > AI for Agents > Full Neon documentation index: https://neon.com/docs/llms.txt # AI tools for Agents AI-powered tools for development and database management Neon provides several ways to integrate with AI tools and agents, from natural language database control to autonomous agent frameworks. Choose the tools that fit your workflow. ## Quick setup The fastest way to get started with Neon and AI: ```bash npx neonctl@latest init ``` This authenticates via OAuth, creates an API key, configures your editor (Cursor, VS Code, or Claude Code), and installs [agent skills](https://github.com/neondatabase/agent-skills). Then restart and ask your AI assistant **"Get started with Neon"**. ## MCP integration The Model Context Protocol (MCP) is a standardized way for AI tools to interact with Neon databases using natural language, providing secure and contextual access to your data and infrastructure. - [Neon MCP Server](https://neon.com/docs/ai/neon-mcp-server): Learn about managing your Neon projects using natural language with Neon MCP Server - [Connect MCP clients](https://neon.com/docs/ai/connect-mcp-clients-to-neon): Learn how to connect MCP clients like Cursor, Claude Code, and ChatGPT to your Neon database ## Claude Code plugin If you're using Claude Code, install the Neon plugin to get Skills, MCP integration, and all the context rules in one package. - [Claude Code plugin for Neon](https://neon.com/docs/ai/ai-claude-code-plugin): Includes Claude Code Skills for Neon, Neon MCP integration, and context rules ## GitHub Copilot agents Custom agents for GitHub Copilot that bring Neon's branching workflow directly into VS Code for safe migrations and query optimization. - [Neon agents for GitHub Copilot](https://neon.com/docs/ai/ai-github-copilot-agents): Safe database migrations and query optimization using Neon branching ## AI rules For other AI tools like Cursor, use these individual `.mdc` context rule files. Copy them to your AI tool's custom rules directory — the format is tool-agnostic and works with any AI assistant that supports context rules. - [Neon Auth](https://neon.com/docs/ai/ai-rules-neon-auth): AI rules for implementing authentication with Neon - [Neon Drizzle](https://neon.com/docs/ai/ai-rules-neon-drizzle): AI rules for using Drizzle ORM with Neon - [Neon Serverless Driver](https://neon.com/docs/ai/ai-rules-neon-serverless): AI rules for serverless database connections - [Neon API TypeScript SDK](https://neon.com/docs/ai/ai-rules-neon-typescript-sdk): AI rules for using the Neon API TypeScript SDK - [Neon Python SDK](https://neon.com/docs/ai/ai-rules-neon-python-sdk): AI rules for using the Neon Python SDK - [Neon API](https://neon.com/docs/ai/ai-rules-neon-api): AI rules for using the Neon API - [Neon Toolkit](https://neon.com/docs/ai/ai-rules-neon-toolkit): AI rules for using the Neon Toolkit ## Natural language guides Copy-paste prompts for Cursor and Claude Code. With the Neon MCP Server connected, your AI assistant can create projects, list branches, run SQL, and compare schema using natural language. - [Overview](https://neon.com/docs/ai/natural-language-guides): Overview and prerequisites for natural language guides - [Get started with Neon](https://neon.com/docs/ai/natural-language-guide-get-started): Create a project and get a connection string via natural language - [Welcome back to Neon](https://neon.com/docs/ai/natural-language-guide-get-started-again): Reconnect, see your account, and choose your next step - [Learn Neon concepts](https://neon.com/docs/ai/natural-language-guide-learn-concepts): Learn Neon's core concepts; answers from our documentation - [Learn Neon plans and billing](https://neon.com/docs/ai/natural-language-guide-learn-plans-billing): Learn Neon plans and billing; answers from our Plans and billing docs - [Explore projects and run SQL](https://neon.com/docs/ai/natural-language-guide-explore-sql): List projects, branches, tables, and run SQL - [Branches and schema changes](https://neon.com/docs/ai/natural-language-guide-branches-schema): Create branches, change schema, and compare diffs - [Connect your app](https://neon.com/docs/ai/natural-language-guide-connect-app): Set up a Neon project and app connection (Next.js, Drizzle, Neon Auth) - [Query performance](https://neon.com/docs/ai/natural-language-guide-query-performance): Find slow queries, explain plans, and tune on a branch - [Branching development workflow](https://neon.com/docs/ai/natural-language-guide-branching-workflow): Feature branch from production, develop, migrate back, and reset - [Test queries on a branch](https://neon.com/docs/ai/natural-language-guide-branching-test-queries): Create a branch, test a query safely, then delete the branch - [Time Travel](https://neon.com/docs/ai/natural-language-guide-time-travel): Query data at a point in time: create a branch at a timestamp, run read-only queries, then delete - [Assess cost optimization](https://neon.com/docs/ai/natural-language-guide-cost-optimization): Assess compute, branches, storage, restore window, and connections for cost ## Build AI agents Create autonomous agents that can manage and interact with your Neon databases programmatically. Build with our terse JavaScript client or the Neon API. - [Neon for AI agent platforms](https://neon.com/use-cases/ai-agents): Read about Neon as a solution for agents that need backends. - [@neondatabase/toolkit](https://github.com/neondatabase/toolkit): A terse JavaScript client for spinning up Postgres databases and running SQL queries - [Database versioning](https://neon.com/docs/ai/ai-database-versioning): How AI agents and codegen platforms use Neon snapshot APIs for database versioning - [Neon API](https://neon.com/docs/reference/api-reference): Integrate using the Neon API ## Agent frameworks Build AI agents using popular frameworks that integrate with Neon. - [AgentStack Integration](https://neon.com/guides/agentstack-neon): Build and deploy AI agents with AgentStack's CLI and Neon integration - [AutoGen Integration](https://neon.com/guides/autogen-neon): Create collaborative AI agents with Microsoft AutoGen and Neon - [Azure AI Agent Service](https://neon.com/guides/azure-ai-agent-service): Build enterprise AI agents with Azure AI Agent Service and Neon - [Composio + CrewAI](https://neon.com/guides/composio-crewai-neon): Create multi-agent systems with CrewAI and Neon - [LangGraph Integration](https://neon.com/guides/langgraph-neon): Build stateful, multi-actor applications with LangGraph and Neon --- ## Related docs (AI) - [AI App Starter Kit](https://neon.com/docs/ai/ai-intro)