Local-first memory for AI agents: teach knowledge as Markdown Domains, capture learnings as Engrams. One Rust binary with MCP server, CLI and hybrid search.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"crystalline": {
"command": "cargo",
"args": [
"run",
"--",
"crystalline"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add crystalline cargo run -- crystalline
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"crystalline": {
"command": "cargo",
"args": [
"run",
"--",
"crystalline"
]
}
}
}
📋 Copy