Skip to content
v0.2.3Apache-2.0

Connect and interact with a PostgreSQL database and data

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

postgresqlstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@toolbox-sdk/server@1.10.0",
    "--prebuilt",
    "postgres",
    "--stdio"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "postgres",
  "version": "0.2.3",
  "description": "Connect and interact with a PostgreSQL database and data",
  "author": {
    "name": "Google LLC",
    "email": "data-cloud-ai-integrations@google.com"
  },
  "repository": "https://github.com/gemini-cli-extensions/postgres",
  "license": "Apache-2.0",
  "extensions": {
    "com.google.cloud.data.agent-plugins": {
      "config": [
        {
          "key": "POSTGRES_DATABASE",
          "title": "Database",
          "description": "Name of the database"
        },
        {
          "key": "POSTGRES_USER",
          "title": "User",
          "description": "Username of the database user"
        },
        {
          "key": "POSTGRES_PASSWORD",
          "title": "Password",
          "description": "Password of the database user",
          "sensitive": true
        },
        {
          "key": "POSTGRES_HOST",
          "title": "Host",
          "description": "Host or IP address of the PostgreSQL server"
        },
        {
          "key": "POSTGRES_PORT",
          "title": "Port",
          "description": "Port number of the PostgreSQL server"
        },
        {
          "key": "POSTGRES_QUERY_PARAMS",
          "title": "Query Params",
          "description": "(Optional) Connection String Parameters"
        }
      ],
      "gemini": {
        "contextFileName": "POSTGRESQL.md",
        "mcpServerName": "postgresql"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.google.cloud.data.agent-plugins