causal-memory

JingxuanC/causal-memory
★ 1 stars Rust AI/LLM Updated today
Causal memory layer for AI agents — MCP server that records decision→outcome relationships. Survives compaction.
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": {
    "causal-memory": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "causal-memory"
      ]
    }
  }
}