Skip to main content
Glama
kaidewu01
by kaidewu01

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

子命令:initservemcp(stdio)、graph(交互式 HTML 地图,--tui 为表格视图)、backup(SQL dump)。

Related MCP server: 2BToRePensieve

架构

分层干净架构(依赖方向 → 向内):

  • api/ — HTTP/MCP 传输(零逻辑)。

  • schemas/ — API 契约(Pydantic,D26)。

  • core/ — 领域(搜索与链接、图、技术)。

  • db/models/ — 持久化(SQLModel、FTS5、seed)。

两个空间按构造隔离(没有 space 列):

  1. 个人(图): 节点 → 边 → 文档 + 附件。替代 Obsidian。

  2. 技术(Engram 风格): observations 带有 status/type。替代 Engram。

详情参见 docs/sdd-hippocampus.md(完整 SDD)和 docs/todo-hippocampus.md(检查清单)。

文档

  • docs/architecture.md — 原则与结构。

  • docs/data-model.md — 实体关系模式(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。

F
license - not found
B
quality
B
maintenance

Maintenance

0Releases (12mo)
Commit activity

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Persistent 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.
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Builds a persistent knowledge graph from notes and conversations, enabling semantic search, entity exploration, and GTD task management from any MCP-compatible AI assistant.
    3
  • A
    license
    Not graded
    quality
    F
    maintenance
    A 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.
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local-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

View all related MCP servers

Latest Blog Posts

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