Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 8c19b9f

Browse files
committed
Add MVP Setup section for Claude Remote validation flow
1 parent 5e7db06 commit 8c19b9f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

skills/validate-memo/SKILL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ Use this skill when:
1515
- Writing structured notes with observations and relations
1616
- You want consistent, machine-readable knowledge capture
1717

18+
## MVP Setup (Claude Remote)
19+
20+
For Claude Web/Desktop users with Claude Remote MCP connected:
21+
22+
1. **Start the hooks server on your Mac:**
23+
```bash
24+
cd ~/code/basic-memory-hooks
25+
uv run python -m basic_memory_hooks
26+
```
27+
28+
2. **Claude validates via the remote agent:**
29+
```
30+
Claude Web → Claude Remote MCP → Mac Agent → curl localhost:8000 → hooks server
31+
```
32+
33+
3. **The LLM calls localhost:8000** through the remote agent to validate memos before saving to Basic Memory.
34+
35+
This is the current MVP flow. Future versions will integrate validation directly into Basic Memory with configurable endpoints.
36+
1837
## Prerequisites
1938

2039
### Install basic-memory-hooks

0 commit comments

Comments
 (0)