High-performance MCP memory server for AI coding agents. Rust, PostgreSQL, pgvector, hybrid search, hierarchical summarization.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opencode-mem": {
"command": "cargo",
"args": [
"run",
"--",
"opencode-mem"
]
}
}
}
Run in terminal:
claude mcp add opencode-mem cargo run -- opencode-mem
Add to .cursor/mcp.json:
{
"mcpServers": {
"opencode-mem": {
"command": "cargo",
"args": [
"run",
"--",
"opencode-mem"
]
}
}
}