Skip to content

sferarc/pgbeam

v1.0.0Apache-2.0

Safe Postgres access for AI agents. Scoped credentials, read-only by default, table and column allowlists, PII masking, query budgets, a kill-switch, and a full audit trail, all enforced in the Postgres wire protocol.

MCP servers

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

pgbeamstdio
{
  "type": "stdio",
  "command": "pgbeam",
  "args": [
    "mcp"
  ]
}

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": "pgbeam",
  "version": "1.0.0",
  "description": "Safe Postgres access for AI agents. Scoped credentials, read-only by default, table and column allowlists, PII masking, query budgets, a kill-switch, and a full audit trail, all enforced in the Postgres wire protocol.",
  "author": {
    "name": "PgBeam",
    "url": "https://pgbeam.com"
  },
  "homepage": "https://pgbeam.com",
  "repository": "https://github.com/sferarc/pgbeam-agent",
  "license": "Apache-2.0",
  "keywords": [
    "postgres",
    "postgresql",
    "database",
    "security",
    "mcp",
    "agent",
    "audit",
    "pii-masking",
    "read-only"
  ]
}

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.

  • 2other files
View on GitHub