Neuromorphic long-term memory for AI agents: brain-inspired persistent context shared across Copilot, Claude, and Cursor.
- Scores 98.2% Recall@5 on LongMemEval, beating GPT-4o-based systems using only local 22M-parameter models, with flat ~130ms retrieval latency from 100 to 1,000 memories via HNSW indexing.
- Zero-LLM architecture: recall, classification, and semantic operations all run on local models, so it works offline with no API dependency.
Zero-trust MCP server mirroring GitHub Copilot’s built-in VS Code tools, with strict policy enforcement and no cloud dependencies.
- Enforces deny/allow policy at the MCP execution layer rather than the prompt layer, so no amount of prompt injection or natural-language persuasion widens an agent’s access.
- Project policies layer on top of user policies and can only tighten, never loosen, with shell escape sequences blocked to stop nested commands from widening permissions.