rust-embedded-mcp-with-stackql

stackql/rust-embedded-mcp-with-stackql
★ 1 stars Rust AI/LLM Updated today
embedded StackQL MCP server for Rust
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": {
    "rust-embedded-mcp-wi": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-embedded-mcp-with-stackql"
      ]
    }
  }
}

README Excerpt

Demo code and runbook for the talk of the same name by Jeff Aven at the Rust User Group Melbourne, August 2026. Everything here is a working, repeatable demonstration that lines up with the deck. The idea in one paragraph: [StackQL](https://stackql.io) treats cloud and SaaS providers as data sources accessed via SQL. Agents doing platform engineering, SRE and audit work need to query, reason about and act on actual running state, not on state files. The StackQL MCP server is the agent interface