mqo-duckdb-handle-store

joeyen-atscale/mqo-duckdb-handle-store
★ 0 stars Rust AI/LLM Updated 1d ago
Result-set handle store for mqo-mcp-server: MemStore default + DuckDB opt-in via Cargo feature
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mqo-duckdb-handle-st": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mqo-duckdb-handle-store"
      ]
    }
  }
}

README Excerpt

> Part of the **[mqo-mcp](https://github.com/joeyen-atscale/mqo-mcp)** fleet — the AtScale MQO/MCP engine for AI analytics. Result-set handle store for `mqo-mcp-server`. Stores `run_query` result sets out of the LLM context window and returns an opaque `{handle, row_count, schema}` envelope instead. Rows are retrieved on demand via bounded `get_rows(handle, offset, limit)`.

Tools (1)

city