MCP Server
MCP
SQLBot MCP Proxy
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
Install
oci:ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the SQLBot service, for example http://127.0.0.1:8000.",
"format": "string",
"name": "SQLBOT_MCP_PROXY_BASE_URL"
},
{
"description": "SQLBot API access key. If omitted, the proxy can try FEISHU_ASK_ACCESS_KEY or read from the configured Docker container.",
"format": "string",
"isSecret": true,
"name": "SQLBOT_MCP_PROXY_ACCESS_KEY"
},
{
"description": "SQLBot API secret key. If omitted, the proxy can try FEISHU_ASK_SECRET_KEY or read from the configured Docker container.",
"format": "string",
"isSecret": true,
"name": "SQLBOT_MCP_PROXY_SECRET_KEY"
},
{
"description": "Optional Docker container name used when reading FEISHU_ASK_ACCESS_KEY and FEISHU_ASK_SECRET_KEY from a running SQLBot container.",
"format": "string",
"name": "SQLBOT_MCP_PROXY_DOCKER_CONTAINER"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment