Odel
mcp server postgres

mcp server postgres

Local
@ofershapTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-pg-serverv1.0.0

Run

npx -y mcp-pg-server

MCP client config

{
  "mcpServers": {
    "mcp-server-postgres": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pg-server"
      ]
    }
  }
}