mqo-mcp

joeyen-atscale/mqo-mcp
★ 0 stars Rust AI/LLM Updated 1d ago
AtScale MQO/MCP fleet — semantic layer query pipeline, MCP server, chart tools (40 crates)
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-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mqo-mcp"
      ]
    }
  }
}

README Excerpt

**The AtScale MQO/MCP fleet — making the semantic layer the interface for AI analytics.** A Rust workspace (~50 crates) that replaces the fragile "let the model write SQL" pattern with a **typed, catalog-validated query object** the model selects from, grounds every field against the live model before execution, and keeps result rows on the server behind **handles** so the model