Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that connects coding agents (Claude Code, Codex, Cursor, OpenCode β¦) to a running QuestDB Web Console. The agent gets tools to create notebook cells, run queries, and build charts. Every action executes in the browser against your already-established QuestDB session.
The interactive wizard detects your installed coding agents and writes the bridge into each one's MCP config:
It walks you through two steps:
CONSOLE_ORIGIN and
MCP_BRIDGE_PORT; press Enter to keep the defaults.The wizard pins each agent's config to the bridge version that ran it. Your
QuestDB Web Console expects a specific bridge version. If you're on an older
console, run the matching version: npx @questdb/mcp-server-questdb@<version> setup. The config it writes will launch that same version. (When unsure, pair first; on a version mismatch the agent is told which version to switch to.)
Or add it to your MCP client's config by hand (e.g. ~/.claude/.mcp.json):
| Label | Value | Default Value | Description |
|---|---|---|---|
CONSOLE_ORIGIN | origin URL | http://127.0.0.1:9000 | QuestDB Web Console origin. 127.0.0.1 and localhost are interchangeable. |
MCP_BRIDGE_PORT | 1β65535 | auto-allocated | When specified, the bridge uses a fixed port. The port is bound on the first pairing attempt, pairing fails with a bridge_bind_failed error if the port is taken. |
LOG_PATH | file path | /tmp/questdb-mcp-bridge/<ISO-ts>-<pid>.log | Override the log file location. |
LOG_LEVEL | ERROR / WARN / INFO / DEBUG | INFO | DEBUG adds heartbeats and full tool payloads. |
Your MCP client runs the bridge for you via the config above, so you rarely invoke it by hand. When you do:
| Command | Description |
|---|---|
npx @questdb/mcp-server-questdb (no args) | Start the bridge β same as start. |
npx @questdb/mcp-server-questdb start | Start the bridge. |
npx @questdb/mcp-server-questdb setup | Interactively configure the bridge for your coding agents. |
npx @questdb/mcp-server-questdb --version | Print the version and exit. Alias: -v. |
npx @questdb/mcp-server-questdb --help | Print this help and exit. Alias: -h. |
An unknown command exits non-zero with a short error. Pin a version with
npx @questdb/mcp-server-questdb@0.3.0 start. (Installed on your PATH, the
executable is named mcp-server-questdb.)
Before any notebook / chart / SQL tool works, your browser has to pair with the bridge. The agent drives the flow.
When the agent needs to pair, it calls get_pairing_credentials and
shows you both:
Either path lands you on a consent prompt. Accept it and the agent's next tool call goes through.
Each bridge run generates a fresh port and pairing token, held only in memory. On restart the old credentials stop working β the agent will surface new ones the next time it needs to pair.
The bridge writes to stderr and to a log file. Tail the newest:
At default INFO:
At DEBUG (full payloads as continuation lines):
Apache-2.0.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/questdb-web-console-mcp-server)<a href="https://allmcps.com/mcp/questdb-web-console-mcp-server"><img src="https://allmcps.com/api/badge/questdb-web-console-mcp-server?style=directory" alt="QuestDB Web Console MCP Server on AllMCPs" /></a>