← Back to browse

SQLBot MCP Proxy

Indexed by io.github.wenRou21

About

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSQLBOT_MCP_PROXY_BASE_URL SQLBOT_MCP_PROXY_ACCESS_KEY SQLBOT_MCP_PROXY_SECRET_KEY SQLBOT_MCP_PROXY_DOCKER_CONTAINER
Claude Code
claude mcp add --env SQLBOT_MCP_PROXY_BASE_URL= --env SQLBOT_MCP_PROXY_ACCESS_KEY= --env SQLBOT_MCP_PROXY_SECRET_KEY= --env SQLBOT_MCP_PROXY_DOCKER_CONTAINER= sqlbot-mcp-proxy -- docker ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sqlbot-mcp-proxy","command":"docker","args":["ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0"],"env":{"SQLBOT_MCP_PROXY_BASE_URL":"","SQLBOT_MCP_PROXY_ACCESS_KEY":"","SQLBOT_MCP_PROXY_SECRET_KEY":"","SQLBOT_MCP_PROXY_DOCKER_CONTAINER":""}}'
JSON
{
  "mcpServers": {
    "sqlbot-mcp-proxy": {
      "command": "docker",
      "args": [
        "ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0"
      ],
      "env": {
        "SQLBOT_MCP_PROXY_BASE_URL": "",
        "SQLBOT_MCP_PROXY_ACCESS_KEY": "",
        "SQLBOT_MCP_PROXY_SECRET_KEY": "",
        "SQLBOT_MCP_PROXY_DOCKER_CONTAINER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.