Loading MCP server directory, please wait...
Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
npx @getmcp/cli add io.github.questdb/mcp-server-questdbRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.questdb/mcp-server-questdb": {
"command": "npx",
"args": [
"-y",
"@questdb/mcp-server-questdb"
],
"env": {
"CONSOLE_ORIGIN": "http://127.0.0.1:9000",
"MCP_BRIDGE_PORT": "",
"LOG_PATH": "",
"LOG_LEVEL": "INFO"
}
}
}
}