Multi-source cross-validated memory MCP server for AI agents (Rust, jieba CJK, local-first, AGPL)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rein": {
"command": "cargo",
"args": [
"run",
"--",
"rein"
]
}
}
}
Run in terminal:
claude mcp add rein cargo run -- rein
Add to .cursor/mcp.json:
{
"mcpServers": {
"rein": {
"command": "cargo",
"args": [
"run",
"--",
"rein"
]
}
}
}