Enable agents to connect to Neon and automate database operations via REST API.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "neon-mcp" yet — see the docs or source repo.
Use neon-mcp to connect to my Neon project, list all databases, branches, and key connection details, and present them in a table.
A structured table of databases, branches, and connection details for quick environment review.
Use neon-mcp to run this SQL in Neon: SELECT date_trunc('day', created_at) AS day, count(*) AS users FROM users GROUP BY 1 ORDER BY 1 DESC LIMIT 30; then summarize the 30-day trend.The query results plus a brief analysis of the trend over the last 30 days.
Use neon-mcp to verify my Neon project configuration, including branch status, database availability, and key resource details, then list any issues and recommendations.
A database environment health report with status overview, detected issues, and recommended actions.
Deploy an authless remote MCP server for AI clients to use custom tools.
Securely connect AI agents to self-hosted databases for simple querying.
Deploy an authless remote MCP server and connect it to AI clients.
Deploy an authless remote MCP server on Cloudflare Workers for client connections.
Enable AI agents to derive semantic addresses, search concepts, and manage personae.
Deploy an OAuth-enabled remote MCP server on Cloudflare Workers for SSE tool calls.