Skip to content

Commit

Permalink
Merge pull request #3025 from neondatabase/docs-update-ai-page
Browse files Browse the repository at this point in the history
docs: update ai page
  • Loading branch information
danieltprice authored Feb 25, 2025
2 parents 1124df8 + b402dd8 commit fb22452
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions content/docs/ai/ai-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,19 @@ Neon supports Postgres for AI agents with the following tools and interfaces:

<a href="https://github.com/neondatabase/mcp-server-neon" description="A Model Context Protocol (MCP) server for Neon that lets MCP Clients interact with Neon’s API using natural language" icon="github">Neon MCP Server</a>

<a href="https://github.com/neondatabase/mcp-server-neon/tree/main/mcp-client" description="A Model Context Protocol (MCP) client CLI that can be used to interact with any MCP server" icon="github">Neon MCP Client CLI</a>
<a href="https://github.com/neondatabase/mcp-server-neon/tree/main/mcp-client" description="A Model Context Protocol (MCP) client CLI that can be used to interact with any MCP server" icon="github">MCP Client CLI</a>

<a href="https://docs.agentstack.sh/tools/tool/neon" description="A Neon tool for AgentStack that allows agents to create ephemeral or long-lived Postgres instances for structured data storage" icon="github">Neon tool for AgentStack</a>
<a href="https://neon.tech/guides/neon-mcp-server" description="Getting started with Claude Desktop and Neon MCP server" icon="openai">Claude Desktop with Neon MCP Server</a>

<a href="/guides/composio-crewai-neon" description="A full integration between LLMs and AI agents and Neon's API" icon="code">Neon tool for Composio</a>
<a href="https://neon.tech/guides/cline-mcp-neon" description="Getting started with Cline and Neon Postgres MCP Server" icon="openai">Cline with Neon MCP Server</a>

<a href="https://neon.tech/guides/windsurf-mcp-neon" description="Getting started with Windsurf and Neon Postgres MCP Server" icon="openai">Windsurf with Neon MCP Server</a>

<a href="https://neon.tech/guides/agentstack-neon" description="Building AI Agents with AgentStack and Neon" icon="openai">Neon tool for AgentStack</a>

<a href="https://neon.tech/guides/composio-crewai-neon" description="Building AI Agents with CrewAI, Composio, and Neon" icon="openai">Neon tool for Composio</a>

<a href="https://neon.tech/guides/langgraph-neon" description="A step-by-step guide to building AI agents with LangGraph and Neon" icon="openai">LangGraph + Neon</a>

</DetailIconCards>

Expand Down Expand Up @@ -134,7 +142,7 @@ Share your AI app on our **#showcase** channel on [Discord](https://discord.gg/9

<a href="https://github.com/neondatabase/neon-vector-search-openai-notebooks" description="Jupyter Notebook for vector search with Neon, pgvector, and OpenAI" icon="github">Jupyter Notebook for vector search with Neon</a>

<a href="https://github.com/ItzCrazyKns/Neon-Image-Search" description="Community: An image serch app built with Neon and Vertex AI" icon="github">Image search with Neon and Vertex AI</a>
<a href="https://github.com/ItzCrazyKns/Neon-Image-Search" description="Community: An image search app built with Neon and Vertex AI" icon="github">Image search with Neon and Vertex AI</a>

<a href="https://github.com/mistralai/cookbook/blob/main/third_party/Neon/neon_text_to_sql.ipynb" description="A Text-to-SQL conversion app built with Mistral AI, Neon, and LangChain" icon="github">Text-to-SQL conversion with Mistral + LangChain</a>

Expand Down

0 comments on commit fb22452

Please sign in to comment.