CLI and MCP for memory
The CLI and MCP server make the same memory available to terminal scripts, local agents, and hosted clients.
Agent memory needs more than a web app. It needs interfaces that agents can call during work. GPU Brain exposes the same memory engine through a hosted HTTP API, a terminal CLI, hosted MCP, and local stdio MCP.
The useful tools
- search_memories: find relevant pages before answering.
- get_memory: open exact source pages by slug.
- upsert_memory: save a new note or update an existing one.
- link_memories: connect pages with typed relationships.
- get_timeline: inspect the event trail around a page.
The CLI keeps this usable from scripts and local workflows. Hosted MCP keeps it usable from remote agents with only an API key.
Back to blog