{
  "id": "neon",
  "name": "Neon",
  "description": "Serverless Postgres: list projects, run queries, manage branches.",
  "docsUrl": "https://neon.com/docs/ai/neon-mcp-server",
  "iconBg": "#00E599",
  "iconColor": "var(--oh-surface-deep)",
  "keywords": [
    "database",
    "postgres",
    "serverless"
  ],
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "neon",
        "command": "npx",
        "args": [
          "-y",
          "@neondatabase/mcp-server-neon",
          "start"
        ],
        "envFields": [
          {
            "key": "NEON_API_KEY",
            "label": "Neon API key",
            "type": "password",
            "required": true,
            "helperText": "API key from your Neon account settings.",
            "helperLink": "https://neon.tech/docs/manage/api-keys"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ]
}
