April 26, 2026 · Agent Interfaces

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

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