io.github.wenRou21/sqlbot-mcp-proxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEISHU_ASK_ACCESS_KEY | No | Fallback access key name | |
| FEISHU_ASK_SECRET_KEY | No | Fallback secret key name | |
| SQLBOT_MCP_PROXY_BASE_URL | No | SQLBot service base URL | http://127.0.0.1:8000 |
| SQLBOT_MCP_PROXY_HTTP_HOST | No | HTTP mode host | 127.0.0.1 |
| SQLBOT_MCP_PROXY_HTTP_PATH | No | HTTP mode JSON-RPC path | /mcp |
| SQLBOT_MCP_PROXY_HTTP_PORT | No | HTTP mode port | 8787 |
| SQLBOT_MCP_PROXY_ACCESS_KEY | No | SQLBot API access key | |
| SQLBOT_MCP_PROXY_SECRET_KEY | No | SQLBot API secret key | |
| SQLBOT_MCP_PROXY_HTTP_TIMEOUT_MS | No | SQLBot HTTP request timeout | 120000 |
| SQLBOT_MCP_PROXY_DOCKER_CONTAINER | No | Container used for fallback key lookup | sqlbot |
| SQLBOT_MCP_PROXY_REPORT_OUTPUT_DIR | No | Directory for generated fallback SVG reports | outputs |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sqlbot_list_datasourcesB | List SQLBot datasources available to the configured SQLBot API key. |
| sqlbot_list_tablesC | List checked SQLBot metadata tables for a datasource. |
| sqlbot_describe_tableC | Describe checked fields for a SQLBot metadata table. |
| sqlbot_ask_dataC | Ask SQLBot a natural-language data question through the existing Text-to-SQL pipeline. |
| sqlbot_generate_reportA | Generate a SQLBot data report with analysis, conclusion, and chart. Falls back to a local SVG chart/report when SQLBot chart generation fails or times out. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wenRou21/sqlbot-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server