Odel
PostgreSQL MCP Server

PostgreSQL MCP Server

Local
@neverinfamous12TypeScriptMITUpdated 2w ago

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

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

Dockerdocker.io/writenotenow/postgres-mcp-enhanced:v1.2.0

Run

docker run -i --rm docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0

MCP client config

{
  "mcpServers": {
    "postgresql-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
      ]
    }
  }
}