PostgreSQL sandbox database specialist for querying, inspecting, and analyzing data. Use when asked to: list databases or tables, inspect schema and column definitions, run SELECT queries, analyze data patterns, or retrieve row counts and statistics. Trigger keywords: postgres. Do NOT use for non-PostgreSQL data stores — use the appropriate skill instead.
Delegate ALL operations to the postgres agent.
"Use the postgres agent to complete this task."
The postgres agent provisions the toolbox MCP server and has the required tools
for listing databases, inspecting schemas, and executing SQL queries.
Query and analyze a local PostgreSQL sandbox database through the toolbox MCP server.
Use for schema inspection, data retrieval, and SQL-based analysis. All access is
read-oriented by default; write operations require explicit user intent.
psql or shell commands.postgres Show all available databases
postgres List all tables and their columns in the public schema
postgres Show the 10 most recent user registrations from the users table
postgres Analyze order counts grouped by status over the last 30 days
postgres How many rows are in each table?
MCP server is called toolbox (local process) and is configured in postgres.agent.md.
Environment variables (host, port, credentials) are defined in .claude/.env.
Do NOT search the filesystem for config files directly — always route through the postgres agent file.
psql, bash, or direct shell commandstoolbox utility to be installed and running