claude-hippo

abyo-software/claude-hippo
★ 0 stars Rust 🤖 AI/LLM Updated today
Claude Code に海馬を足す MCP server. Surprise-aware memory store with SHODH-compatible schema. Pure Rust, Apache-2.0/MIT.
View on GitHub →

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"
      ]
    }
  }
}

README Excerpt

> Claude Code に **海馬(hippocampus)** を足す MCP server。 > 全部覚える代わりに、**特異性が高い瞬間だけ** を長期記憶化する surprise-aware memory store。 ```bash cargo install claude-hippo hippo serve # MCP stdio server, ready for Claude Code ``` --- | 軸 | claude-hippo | 既存 | |---|---|---| | **Surprise-based selection** | embedding outlier + engagement + explicit signal を合成して `surprise_score` を毎回計算、recall でこれを使った時間減衰込み ranking。「あの時の重要な決定」が長期セッションで薄まらない | ❌ ない |