Loading MCP server directory, please wait...
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
npx @getmcp/cli add io.github.wenRou21/sqlbot-mcp-proxyRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wenRou21/sqlbot-mcp-proxy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SQLBOT_MCP_PROXY_BASE_URL",
"-e",
"SQLBOT_MCP_PROXY_ACCESS_KEY",
"-e",
"SQLBOT_MCP_PROXY_SECRET_KEY",
"-e",
"SQLBOT_MCP_PROXY_DOCKER_CONTAINER",
"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": ""
}
}
}
}