Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From neon-plugin
Connects remotely to Neon serverless PostgreSQL via HTTP endpoint for database queries, schema inspection, and data management. Requires Neon credentials.
npx claudepluginhub neondatabase-labs/ai-rules --plugin neon-pluginCopy 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
Share bugs, ideas, or general feedback.