HomeDatabases & Data › QuestDB Web Console MCP Server

QuestDB Web Console MCP Server

Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.

Official TypeScript Local
★ 2 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y @questdb/mcp-server-questdb@0.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-questdb": {
      "command": "npx",
      "args": [
        "-y",
        "@questdb/mcp-server-questdb@0.4.0"
      ],
      "env": {
        "CONSOLE_ORIGIN": "<YOUR_VALUE>",
        "MCP_BRIDGE_PORT": "<YOUR_VALUE>",
        "LOG_PATH": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CONSOLE_ORIGIN — QuestDB Web Console origin.
  • MCP_BRIDGE_PORT — Fixed WebSocket port for pairing. Auto-allocated when unset.
  • LOG_PATH — Log file location. Defaults to a timestamped file under /tmp/questdb-mcp-bridge.
  • LOG_LEVEL — Log verbosity. DEBUG adds heartbeats and full tool payloads.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry