Postgres Context Server

@zeddotdev/postgres-context-server

a model context protocol server for postgres

0 downloads
v0.1.7

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @zeddotdev/postgres-context-server

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @zeddotdev/postgres-context-server

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "postgres-context-server": {
      "command": "npx",
      "args": [
        "-y",
        "@zeddotdev/postgres-context-server"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "postgres-context-server": {
        "command": "npx",
        "args": [
          "-y",
          "@zeddotdev/postgres-context-server"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "postgres-context-server": {
      "command": "npx",
      "args": [
        "-y",
        "@zeddotdev/postgres-context-server"
      ]
    }
  }
}

About

# postgres-context-server This module implements a Model Context Protocol server for a PostgreSQL database.

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
0.1.7
License
MIT
Category
database
MCP Version
1.0
Published
11/11/2024
Updated
1/5/2026