PluginBench
MCP Server
Active
MIT

io.github.ofershap/postgres MCP Server

io.github.ofershap/postgres

What is the io.github.ofershap/postgres MCP server?

PostgreSQL MCP — query databases, inspect schemas, explain queries.

How to install io.github.ofershap/postgres

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pg-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pg-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pg-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "postgres": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-pg-server"
      ]
    }
  }
}
Claude Code
claude mcp add postgres -- npx -y mcp-pg-server

Related MCP servers

MCP server + Chrome extension for AI browser control with real sessions.

48
JavaScript
MIT
View repository →

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

8
TypeScript
MIT
View repository →

Markdown MCP — search, extract sections, list headings, find code blocks.

5
TypeScript
MIT
View repository →

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

5
TypeScript
MIT
View repository →

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

4
TypeScript
MIT
View repository →

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

4
TypeScript
MIT
View repository →