postgres-mcp-server
A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants
Install postgres-mcp-server in your MCP client
postgres-mcp-server is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add postgres-mcp-server to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; postgres-mcp-server's tools should appear.
{
"mcpServers": {
"postgres-mcp-server": {
"command": "npx",
"args": [
"-y",
"@henkey/postgres-mcp-server"
]
}
}
}Install postgres-mcp-server in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. postgres-mcp-server will show up in the assistant's tool list on next launch.
Install postgres-mcp-server in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). postgres-mcp-server will show up in the assistant's tool list on next launch.
Install postgres-mcp-server in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). postgres-mcp-server will show up in the assistant's tool list on next launch.
Install postgres-mcp-server in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. postgres-mcp-server will show up in the assistant's tool list on next launch.
npm package: @henkey/postgres-mcp-server
Transport
postgres-mcp-server supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
From the postgres-mcp-server README
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as postgres-mcp-server. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
kimiflare
A terminal coding agent powered by multiple models (Kimi-K2.6, Claude, GPT-5, Gemini, Llama, Groq), routed through your own Cloudflare AI Gateway — per-request logs, response caching, authoritative cost. Web search, GitHub, headless browser, LSP, MCP, loc
memex-mvp
Local-first MCP server for cross-agent AI memory. One SQLite + FTS5 corpus across Claude Code, Cowork, Cursor, Continue, Zed, Obsidian, and Telegram — passively captured, verbatim, searchable from any MCP-compatible client.
yaver-cli
Unified npm bootstrap for the Yaver agent, SDK injection, and local-first developer runtime
CLI Market
12 MCP tools for search, compare, purchase across 3,760 retailers in 67 countries
x402 Triage MCP
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
PropSWOT — Property Management AI
Property management AI: work orders, vendors, appliances, and triage for Claude and ChatGPT.
JVM Source Lens
Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents.
LINZA
Local-first MCP sidecar for Markdown artifacts, review cards, and supervised knowledge growth.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.