Portable Agent Memory Engine, sub mili-second RAG on Apple Silicon. Metal Optimized On-Device. No Server. No API. One File. Pure Swift
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wax": {
"command": "npx",
"args": [
"-y",
"christopherkarani/Wax"
]
}
}
}
Run in terminal:
claude mcp add wax npx -y christopherkarani/Wax
Add to .cursor/mcp.json:
{
"mcpServers": {
"wax": {
"command": "npx",
"args": [
"-y",
"christopherkarani/Wax"
]
}
}
}