kapyn
RadarDatabases

PostgreSQL

Databases · MCP Server

Visit Website

About PostgreSQL

A reference server that connects an assistant to Postgres, letting it inspect schemas and run read queries. Useful for letting a model answer questions about your data.

Query a Postgres database in natural language.

CategoryDatabases
TypeMCP Server
SourceOfficial
Websitegithub.com

Installing PostgreSQL

Runs on demand via npx. Nothing to install globally.

The upstream reference server is archived. It still installs and runs, but is no longer maintained.

Claude Code
claude mcp add postgresql -- npx -y @modelcontextprotocol/server-postgres
Claude Desktop · Cursor · VS Code · Windsurf
{
  "mcpServers": {
    "postgresql": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

See PostgreSQL alternatives

Similar tools

SupabaseManage your Supabase project from the assistant.RedisRead and write a Redis store from the assistant.ChromaStore and semantically search embeddings.MindsDBQuery many databases as one, in natural language.MongoDBQuery and manage MongoDB from the assistant.NeonManage serverless Postgres with natural language.

Find more on the Radar

Browse every tool, model, and MCP server in one place.

Open the Radar