Skip to content
VS Code

Neon for VS Code

com.neon/mcp

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

client:VS Code transport:streamable-http

Install Neon in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.neon.tech/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Neon in other clients