microscope-memory

silentnoisehun/microscope-memory
★ 10 stars Rust AI/LLM Updated today
Hierarchical memory engine for AI agents. 9-level zoom (D0-D8), 13-layer consciousness architecture, sub-microsecond queries. Pure binary, mmap, SIMD. Spine Bridge REST API + MCP server. Zero JSON.
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": {
    "microscope-memory": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "microscope-memory"
      ]
    }
  }
}