QuestDB Web Console MCP Server for Grok
io.github.questdb/mcp-server-questdb
Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
client:Grok
transport:stdio
runtime:npm
Install QuestDB Web Console MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-questdb": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs