Skip to content
Back to search
30
MCP

ainative-postgres-mcp

npm/ainative-postgres-mcp

Zero-config Postgres MCP server with auto-provisioning. Drop-in replacement for @modelcontextprotocol/server-postgres — no DATABASE_URL needed. Auto-provisions a managed PostgreSQL instance with pgvector on first run.

Uptime
0.0%
23 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

guoling21cn/go-mcp-postgres
Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with postgresql
0 tools
noquieono/mcp-postgres-server
MCP server for PostgreSQL — gives AI assistants safe, direct access to your database.
0 tools
ainative postgres mcp
Metadata-only Glama MCP server.
0 tools
boikovsa/postgres-mcp
Model Context Protocol (MCP) server for PostgreSQL
0 tools
iflow-mcp_pg-mcp-server
PostgreSQL Model Context Protocol (MCP) server for AI agents
0 tools
nihfix/postgres.mcp
PostgreSQL MCP server for AI agents. Real-time database access over SSE and STDIO via Docker.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ainative-postgres-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}