mcp-postgres-server
MCP server for PostgreSQL. Works with VS Code, Cursor, Claude Code, Codex, and Windsurf.
用于 PostgreSQL 的 MCP 服务器。兼容 VS Code、Cursor、Claude Code、Codex 和 Windsurf。
How to install
npx -y mcp-postgres-server git clone https://github.com/antonorlov/mcp-postgres-server ~/.claude/skills/mcp-postgres-server About
MCP PostgreSQL Server A Model Context Protocol (MCP) server for PostgreSQL: local, Docker, RDS, Neon, and Supabase databases. The server is small and auditable, with four runtime dependencies: the MCP SDK, pg, pg-connection-string, and zod (plus ssh2, an optional dependency used only for SSH tunneling). Requires Node.js 20 or newer. Quick start The preferred way to configure the server is a single DATABASE_URL: json { "mcpServers": { "postgres": { "type": "stdio", "command": "npx", "args": ["-y", "mcp-postgres-server"], "env": { "DATABASE_URL": "postgres://user:password@localhost:5432/mydb", "…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 22
- mo. downloads
- 8.3K
- Last push
- 2026-09-16
- Created
- 2025-03-24
Basic safety check
- Findings
- None
- Sources
- curated:punkpeye/awesome-mcp-servers
- Topics
- ai-agents, anthropic, claude, claude-code, cursor, database, llm, mcp, mcp-server, model-context-protocol, postgres, postgresql, sql, ssh-tunnel
Related plugins
dsh-mnemon
omdsh-dev/dsh-mnemon
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
markdownify-mcp
zcaceres/markdownify-mcp
A Model Context Protocol server for converting almost anything to Markdown
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
neurolink
juspay/neurolink
One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: powers Tara, Yama, and Clairvoyance at Juspay.