Odel
Postgres MCP

Postgres MCP

Local
@edelciomolina5JavaScriptUpdated 2mo ago

PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.

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).

npm@edelciomolina/postgres-mcpv1.7.0

Run

npx -y @edelciomolina/postgres-mcp

MCP client config

{
  "mcpServers": {
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edelciomolina/postgres-mcp"
      ]
    }
  }
}