shua-brain
Semantic search over a personal notes vault, available to every MCP client at once.
- Language
- Python
- Tools exposed
- 4
Exposes a personal knowledge vault as MCP tools — semantic search, read, list, and an index-health check. Retrieval is by meaning, so a question about compensation surfaces the monetisation notes even with no shared keywords.
It wraps an existing embedding index rather than building its own. Two indexes over one corpus drift, and the stale one wins roughly half the time, silently. There is exactly one index and this is a reader of it. When the embedding backend is unavailable it degrades to literal search and says so — a quietly degraded result is worse than a stated one.
Not distributed
Catalogued here for completeness, not for download. This one encodes personal context and machine-specific paths, so it is listed without an install command rather than shown as something you can fetch.
Why it is built this way
Private: it reads one person's notes and would be useless to anyone else.