MCP Directory
Back

ainative-postgres-mcp

by AINative-Studio · JavaScript · ★ 0

Zero-config PostgreSQL MCP server with auto-provisioning. Drop-in replacement for @modelcontextprotocol/server-postgres — no DATABASE_URL needed.

Install

npx -y github:AINative-Studio/ainative-postgres-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ainative-postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:AINative-Studio/ainative-postgres-mcp"
      ]
    }
  }
}

From the README

Zero-config PostgreSQL MCP server with auto-provisioning. Drop-in replacement for — no needed. The official requires you to bring your own Postgres database and pass a connection string. This fork **auto-provisions a managed PostgreSQL instance** with pgvector on first run. Agents get a database instantly with zero configuration. That's it. On first run: 1. A free managed PostgreSQL instance is provisioned 2. pgvector extension is enabled automatically 3. Connection details are saved to , , and 4. A claim URL is printed so you can take ownership of the database Add to your or : Add to…
Read full README on GitHub →

Related databases servers