docs: Add Neon MCP Server tutorial (#3639)

Co-authored-by: Diane Diaz <dianed@squareup.com>
This commit is contained in:
Andre Landgraf
2025-07-30 13:11:35 -06:00
committed by GitHub
parent b4aa2cd3ab
commit 1c3f90ccf9
2 changed files with 213 additions and 0 deletions
+11
View File
@@ -419,6 +419,17 @@
"endorsed": true,
"environmentVariables": []
},
{
"id": "neon",
"name": "Neon",
"description": "Manage Neon Postgres databases, projects, and branches",
"command": "npx -y @neondatabase/mcp-server-neon start <YOUR_NEON_API_KEY>",
"link": "https://github.com/neondatabase-labs/mcp-server-neon",
"installation_notes": "Install using npx package manager (add your Neon API key to the command) or connect to the remote server.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "netlify-mcp",
"name": "Netlify",