Standalone MCP server giving AI assistants persistent, self-organizing memory over the SERAPH geometric knowledge engine (C ABI, no Python).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"seraph-memory-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"seraph-memory-mcp"
]
}
}
}
Run in terminal:
claude mcp add seraph-memory-mcp cargo run -- seraph-memory-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"seraph-memory-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"seraph-memory-mcp"
]
}
}
}