MCP Server
MCP
pREST
Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs.
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
By
Comments
Sign in to leave a comment