QuestDB Web Console MCP Server
Rank #32,666io.github.questdb/mcp-server-questdb
Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
QuestDB Web Console MCP Server is a Model Context Protocol (MCP) server published by questdb. It ranks #32,666 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. QuestDB Web Console MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 99,380 of 132,046 servers on MCP Toplist.
Use QuestDB Web Console MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-questdb -e "CONSOLE_ORIGIN=<your CONSOLE_ORIGIN>" -e "MCP_BRIDGE_PORT=<your MCP_BRIDGE_PORT>" -e "LOG_PATH=<your LOG_PATH>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @questdb/mcp-server-questdbReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-questdb]
command = "npx"
args = ["-y", "@questdb/mcp-server-questdb"]
[mcp_servers.mcp-server-questdb.env]
CONSOLE_ORIGIN = "<your CONSOLE_ORIGIN>"
MCP_BRIDGE_PORT = "<your MCP_BRIDGE_PORT>"
LOG_PATH = "<your LOG_PATH>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-questdb": {
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "<your CONSOLE_ORIGIN>",
"MCP_BRIDGE_PORT": "<your MCP_BRIDGE_PORT>",
"LOG_PATH": "<your LOG_PATH>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-questdb": {
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "<your CONSOLE_ORIGIN>",
"MCP_BRIDGE_PORT": "<your MCP_BRIDGE_PORT>",
"LOG_PATH": "<your LOG_PATH>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-questdb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "<your CONSOLE_ORIGIN>",
"MCP_BRIDGE_PORT": "<your MCP_BRIDGE_PORT>",
"LOG_PATH": "<your LOG_PATH>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-questdb": {
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "<your CONSOLE_ORIGIN>",
"MCP_BRIDGE_PORT": "<your MCP_BRIDGE_PORT>",
"LOG_PATH": "<your LOG_PATH>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-questdb": {
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "<your CONSOLE_ORIGIN>",
"MCP_BRIDGE_PORT": "<your MCP_BRIDGE_PORT>",
"LOG_PATH": "<your LOG_PATH>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.questdb%2Fmcp-server-questdb)<a href="https://mcptoplist.com/server/io.github.questdb%2Fmcp-server-questdb"><img src="https://mcptoplist.com/badge/io.github.questdb%2Fmcp-server-questdb.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
questdb
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Sep 2, 2026 |
| 0.3.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains QuestDB Web Console MCP Server?
- QuestDB Web Console MCP Server is maintained by questdb, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is QuestDB Web Console MCP Server listed on the Official MCP Registry?
- Yes — QuestDB Web Console MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does QuestDB Web Console MCP Server have?
- MCP Toplist tracks 2 versions of QuestDB Web Console MCP Server, most recently published on Sep 2, 2026.
- Where can I find the source code for QuestDB Web Console MCP Server?
- The source code for QuestDB Web Console MCP Server is hosted at github.com/questdb/mcp-server-questdb.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.