What problem does it solve?
In environments where Claude Code's MCP feature is disabled (corporate networks, locked-down builds, restricted networks), the canonical Open Brain capture and search tools stop working. This Skill restores personal memory capture and recall by calling a LAN-resident Open Brain stack directly over authenticated HTTPS with curl, no MCP transport involved.
Core Features & Use Cases
- Thought Capture: Send "remember this" style requests to the brain's capture endpoint, with server-side fingerprinting and de-duplication returning confirmation ids.
- Semantic Search: Query the brain's search endpoint with tunable match thresholds and result counts to recall previously saved thoughts, score-ordered.
- Browse Recent Thoughts: List recent captures in time order for prompts like "what have I been thinking about".
- Use Case: On a corporate laptop where MCP is blocked, ask your AI coding tool "what did I note about the Apex deal" and get similarity-ranked results from your self-hosted brain via plain curl.
Quick Start
Export BRAIN_URL and BRAIN_ANON_KEY from your local-brain-no-mcp deployment, then ask your AI tool to remember a thought or search your brain for a topic.