Odel
NexQL Postgres MCP

NexQL Postgres MCP

Local
@nexql-ossRustGPL-3.0Updated 1w ago

Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.

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

npmnexql-mcpv0.2.4

Run

npx -y nexql-mcp

MCP client config

{
  "mcpServers": {
    "nexql-postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexql-mcp"
      ]
    }
  }
}
cargonexql-mcpv0.2.4

Distributed via cargo as `nexql-mcp`.