unforgit-memory
Configure and use Unforgit as repository-scoped memory from Hermes Agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure and use Unforgit as repository-scoped memory from Hermes Agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | unforgit-memory |
| description | Configure and use Unforgit as repository-scoped memory from Hermes Agent. |
| version | 0.1.0 |
| platforms | ["linux","macos","windows"] |
Use this skill when configuring Hermes Agent to use Unforgit MCP tools, or when a Hermes conversation is working inside a repository that should keep durable project memory.
Add an MCP server to the active Hermes profile config:
mcp_servers:
unforgit:
command: "unforgit-mcp"
args: []
timeout: 120
connect_timeout: 60
For repository-scoped memory, prefer launching Hermes with the project as the working directory or use a small wrapper script that cds to the project root before execing unforgit-mcp. The MCP server discovers .unforgit/unforgit.yaml by walking up from its current working directory and loads the repository .env file automatically.
unforgit_search or the MCP recall tool.unforgit_remember or the MCP add tool.After configuring Hermes, restart the gateway/session and verify:
hermes mcp test unforgit
Then ask Hermes to recall a known repository memory. If the tools do not appear, check Hermes startup logs, the mcp_servers key, PATH visibility for unforgit-mcp, and whether the process starts in a directory that can discover .unforgit/.
unforgit-mcp: command not found: use an absolute command path or ensure Hermes inherits the PATH where npm global binaries are installed.Repository is not initialized: run unforgit init in the repo or configure a wrapper that starts the MCP server from the initialized repo.