Give AI eyes on your time-series. Read-only QuestDB MCP server with partition, symbol, dedup, WAL, and ingestion-health awareness.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"questllens": {
"command": "npx",
"args": [
"-y",
"DMDuFresne/questllens"
]
}
}
}
Run in terminal:
claude mcp add questllens npx -y DMDuFresne/questllens
Add to .cursor/mcp.json:
{
"mcpServers": {
"questllens": {
"command": "npx",
"args": [
"-y",
"DMDuFresne/questllens"
]
}
}
}