Skip to content

Commit 8042094

Browse files
committed
docs(hermes): correct plugin install path
Hermes scans `~/.hermes/plugins/<name>/` flat. Memory category namespace (`memory/`) is reserved for bundled providers and won't discover user plugins nested under it. Closes #197
1 parent 18e3257 commit 8042094

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ mcp_servers:
370370
command: npx
371371
args: ["-y", "@agentmemory/mcp"]
372372
373-
Verify with `curl http://localhost:3111/agentmemory/health`. Open http://localhost:3113 for the real-time viewer. For deeper 6-hook memory provider integration (pre-LLM context injection, turn capture, MEMORY.md mirroring, system prompt block), copy integrations/hermes from the agentmemory repo to ~/.hermes/plugins/memory/agentmemory.
373+
Verify with `curl http://localhost:3111/agentmemory/health`. Open http://localhost:3113 for the real-time viewer. For deeper 6-hook memory provider integration (pre-LLM context injection, turn capture, MEMORY.md mirroring, system prompt block), copy integrations/hermes from the agentmemory repo to ~/.hermes/plugins/agentmemory.
374374
```
375375

376376
Full guide: [`integrations/hermes/`](integrations/hermes/)

integrations/hermes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ http://localhost:3113 to watch memories being captured live.
4545
If I want deeper integration — pre-LLM context injection, turn-level
4646
capture, memory-write mirroring to MEMORY.md, and system prompt block
4747
injection — copy `integrations/hermes` from the agentmemory repo to
48-
`~/.hermes/plugins/memory/agentmemory` instead. That gives me the
48+
`~/.hermes/plugins/agentmemory` instead. That gives me the
4949
6-hook memory provider plugin on top of the MCP server.
5050
```
5151

@@ -75,7 +75,7 @@ npx @agentmemory/agentmemory
7575
Copy this folder to your Hermes plugins directory:
7676

7777
```bash
78-
cp -r integrations/hermes ~/.hermes/plugins/memory/agentmemory
78+
cp -r integrations/hermes ~/.hermes/plugins/agentmemory
7979
```
8080

8181
Start the agentmemory server:

0 commit comments

Comments
 (0)