Odel
pREST

pREST

Local
@prestGoMITUpdated 1mo ago

Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs.

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

Dockerghcr.io/prest/prest-mcp-adapter:0.1.3

Run

docker run -i --rm ghcr.io/prest/prest-mcp-adapter:0.1.3

MCP client config

{
  "mcpServers": {
    "prest": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/prest/prest-mcp-adapter:0.1.3"
      ]
    }
  }
}