mcp-server-questdb

questdb/mcp-server-questdb
★ 1 stars TypeScript AI/LLM Updated 4d ago
QuestDB MCP server connects coding agents to a running QuestDB Web Console. The agent gets tools to create notebook cells, run queries, and build charts.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-questdb": {
      "command": "npx",
      "args": [
        "-y",
        "questdb/mcp-server-questdb"
      ]
    }
  }
}