Stats
Actions
Tags
From neon-plugin
Connects remotely to Neon serverless PostgreSQL via HTTP endpoint for database queries, schema inspection, and data management. Requires Neon credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"neon": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.neon.tech/mcp"
],
"url": "https://mcp.neon.tech/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://mcp.neon.tech/mcpCommand-line arguments passed to the server process
npx claudepluginhub neondatabase-labs/ai-rules --plugin neon-plugin