Skip to content
Windsurf

QuestDB Web Console MCP Server for Windsurf

io.github.questdb/mcp-server-questdb

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

client:Windsurf transport:stdio runtime:npm

Install QuestDB Web Console MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-questdb": {
      "command": "npx",
      "args": [
        "-y",
        "@questdb/mcp-server-questdb"
      ],
      "env": {
        "CONSOLE_ORIGIN": "<CONSOLE_ORIGIN>",
        "MCP_BRIDGE_PORT": "<MCP_BRIDGE_PORT>",
        "LOG_PATH": "<LOG_PATH>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

QuestDB Web Console MCP Server in other clients