blazing-art-mcp

JohnJBoren/blazing-art-mcp
★ 0 stars Rust AI/LLM Updated today
⚡ Blazing-fast Adaptive Radix Tree (ART) powered MCP server delivering microsecond-latency structured memory for LLMs
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": {
    "blazing-art-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "blazing-art-mcp"
      ]
    }
  }
}

README Excerpt

> An Adaptive Radix Tree (Leis et al. 2013) wired up as a Model Context Protocol > server. Indexes tree-sitter ASTs of any codebase into microsecond-latency, > prefix-scannable structured memory for coding agents. The mission: make ART a defensible primitive for agentic memory by making it *real* and *measurably better than the alternatives* on the workload coding

Tools (1)

lookupEntity