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.