← Back to Plugins
MCP Server MCP

pREST

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/prest/prest-mcp-adapter:0.1.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/prest/prest-mcp-adapter:0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your running pREST HTTP MCP endpoint, for example http://localhost:3000/_mcp",
          "isRequired": true,
          "format": "string",
          "name": "PREST_MCP_URL"
        },
        {
          "description": "Optional bearer token used to authenticate with the pREST MCP endpoint.",
          "format": "string",
          "isSecret": true,
          "name": "PREST_MCP_TOKEN"
        },
        {
          "description": "Optional HTTP timeout in milliseconds. Defaults to 30000.",
          "format": "number",
          "name": "PREST_MCP_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...