Claude Code に海馬を足す MCP server. Surprise-aware memory store with SHODH-compatible schema. Pure Rust, Apache-2.0/MIT.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-hippo": {
"command": "cargo",
"args": [
"run",
"--",
"claude-hippo"
]
}
}
}
Run in terminal:
claude mcp add claude-hippo cargo run -- claude-hippo
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-hippo": {
"command": "cargo",
"args": [
"run",
"--",
"claude-hippo"
]
}
}
}