Agent Plugins Marketplace
All plugins

neon-postgres

v1.0.3

Manage Neon Serverless Postgres projects and databases with the neon-postgres agent skill and the Neon MCP Server

Codex2 Skills

By NeonLicense: Apache-2.05.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install neon-postgres for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add neon-postgres@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/neon-postgres/.

Plugin files

plugins/neon-postgres/
├── .codex-plugin/plugin.json
├── skills/neon-postgres/SKILL.md
└── skills/neon-postgres-egress-optimizer/SKILL.md

Included Skills2

neon-postgresskills/neon-postgres/SKILL.md

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

neon-postgres-egress-optimizerskills/neon-postgres-egress-optimizer/SKILL.md

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT * optimization, query overfetching, reduce Neon costs, optimize database usage, or wants to reduce data sent from their database to their application. Also use when reviewing query patterns for cost efficiency, even if the user doesn't explicitly mention egress or data transfer.

Plugin manifests1

plugins/neon-postgres/.codex-plugin/plugin.json
{
  "name": "neon-postgres",
  "version": "1.0.3",
  "description": "Manage Neon Serverless Postgres projects and databases with the neon-postgres agent skill and the Neon MCP Server",
  "author": {
    "name": "Neon",
    "email": "[email protected]",
    "url": "https://neon.com"
  },
  "homepage": "https://neon.com/docs/ai/neon-mcp-server",
  "repository": "https://github.com/openai/plugins",
  "license": "Apache-2.0",
  "keywords": [
    "neon",
    "postgres",
    "serverless",
    "database",
    "mcp",
    "sql"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Neon Postgres",
    "shortDescription": "Manage Neon Serverless Postgres projects and databases",
    "longDescription": "Use the Neon Postgres plugin to create and manage Neon Serverless Postgres projects and databases. Includes the Neon MCP Server for project and database management, and the neon-postgres skill with guides on connection methods, branching, autoscaling, Neon Auth, and more.",
    "developerName": "Neon",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://neon.com",
    "privacyPolicyURL": "https://neon.com/privacy-policy",
    "termsOfServiceURL": "https://neon.com/terms-of-service",
    "defaultPrompt": [
      "Use Neon to create a new Serverless Postgres database for my project and help me connect to it."
    ],
    "brandColor": "#37C38F",
    "composerIcon": "./assets/neon-small.svg",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[neon-postgres on Agent Plugins Marketplace](https://pluginsmp.com/plugins/neon-postgres)