QuestDB Web Console MCP Server for Cursor
io.github.questdb/mcp-server-questdb
Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
client:Cursor
transport:stdio
runtime:npm
Install QuestDB Web Console MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs