hippocampus
Hippocampus
HTTP + MCP インターフェースを備えた個人用グラフメモリ。Obsidian/Engram の置き換え。
技術スタック: uv · Python 3.11+ · SQLModel + SQLite (FTS5) · FastAPI + FastMCP · Typer · Rich.
起動
uv sync # OBLIGATORIO
uv run hippocampus init <db-path> # bootstrap (crea BD + siembra)
uv run hippocampus serve # HTTP+MCP en 127.0.0.1:27130サブコマンド: init, serve, mcp (stdio), graph (インタラクティブなHTMLマップ、テーブル表示用の --tui), backup (SQLダンプ)。
Related MCP server: 2BToRePensieve
アーキテクチャ
クリーンアーキテクチャによるレイヤー構造(依存関係 → 内側):
api/— HTTP/MCP トランスポート(ロジックなし)。schemas/— API コントラクト(Pydantic、D26)。core/— ドメイン(検索とリンク、グラフ、テクニカル)。db/,models/— 永続化(SQLModel、FTS5、seed)。
構造的に分離された2つのスペース(space カラムなし):
個人(グラフ): ノード → エッジ → ドキュメント + 添付ファイル。Obsidian を置き換える。
テクニカル(Engram スタイル):
observationsを status/type 付きで。Engram を置き換える。
詳細は docs/sdd-hippocampus.md(完全な SDD)と docs/todo-hippocampus.md(チェックリスト)を参照。
ドキュメント
docs/architecture.md— 原則と構造。docs/data-model.md— ERスキーマ(8テーブル + FTS)。docs/core-services.md— ドメインサービス(検索とリンク)。docs/http-mcp-api.md— トランスポート(15ツール)。docs/e2e-flows.md— 検証済みの実フロー。docs/startup-and-init.md— 起動 + NO_INIT。docs/runtime-launchd.md— セッションでの自動起動。docs/workspace-rewiring.md—psychologistとの統合。
仕様(非公開)
docs/specs/sdd-hippocampus.md— 詳細設計(決定事項 D1–D26、要件 R1–R13)。docs/specs/todo-hippocampus.md— 実装チェックリスト(フェーズ0完了)。docs/specs/sdd-obsidian-migration.md— 決定論的な Obsidian→hippocampus マイグレータ。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Personal knowledge graph as an AI memory layer over MCP - read, save, and link your memories.
Persistent, portable memory for AI assistants — your private memory graph, from any MCP client.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Related MCP Servers
AlicenseNot gradedqualityBmaintenancePersistent graph-based memory for AI agents, stored as plain markdown — no vector DB. Typed nodes and 11 relation types via 5 MCP tools (search, get, create, link, related), stdio and HTTP/SSE transports.3MIT- FlicenseNot gradedqualityDmaintenanceBuilds a persistent knowledge graph from notes and conversations, enabling semantic search, entity exploration, and GTD task management from any MCP-compatible AI assistant.3
- AlicenseNot gradedqualityFmaintenanceA personal knowledge graph and memory system for AI assistants using SQLite with FTS5 full-text search, enabling persistent memory across conversations with Claude or any MCP-compatible AI.2MIT
- AlicenseNot gradedqualityCmaintenanceLocal-first memory server that stores notes, contacts, and future data as a unified entity graph, providing hybrid retrieval (vector + keyword) for AI assistants via MCP.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaidewu01/hippocampus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server