io.github.wenRou21
sqlbot-mcp-proxy
SQLBot MCP Proxy
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
stdiocommunityservice
Package Details
ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0
Transportstdio
Environment Variables
SQLBOT_MCP_PROXY_BASE_URL(str)
Base URL of the SQLBot service, for example http://127.0.0.1:8000.
SQLBOT_MCP_PROXY_ACCESS_KEY(str)
Secret
SQLBot API access key. If omitted, the proxy can try FEISHU_ASK_ACCESS_KEY or read from the configured Docker container.
SQLBOT_MCP_PROXY_SECRET_KEY(str)
Secret
SQLBot API secret key. If omitted, the proxy can try FEISHU_ASK_SECRET_KEY or read from the configured Docker container.
SQLBOT_MCP_PROXY_DOCKER_CONTAINER(str)
Optional Docker container name used when reading FEISHU_ASK_ACCESS_KEY and FEISHU_ASK_SECRET_KEY from a running SQLBot container.