Ainative Postgres MCP
未认领Zero-config PostgreSQL MCP server with auto-provisioning. Drop-in replacement for @modelcontextprotocol/server-postgres — no DATABASE_URL needed.
安装
$
npx ainative-postgres-mcp工具(7 个)
Auto-provisioning
No
create_table
Create a new table with SQL DDL
describe_table
Get full table schema: columns, types, constraints, indexes
insert
Insert rows into a table (returns inserted rows)
list_tables
List all tables with schema, name, and type
pgvector
Manual setup
query
Execute read-only SQL queries (runs in READ ONLY transaction)