QuestDB Web Console MCP Server for Cline
io.github.questdb/mcp-server-questdb
Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.
client:Cline
transport:stdio
runtime:npm
Install QuestDB Web Console MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server-questdb": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs