Engram

Connect an agent

Point any MCP client at this brain. Agents read + write over the tools — nothing keeps a local copy of the vault. MCP connection is configured on the agent, not here.

Access tokens

Give each teammate or agent its own MCP key. Shown once at creation — copy it then. Revoke anytime. (Dashboard login is separate, set via env on deploy.)

No tokens yet — the MCP is gated by env MCP_TOKEN.

Connect

Run in a terminal, then the brain_* tools are available in your sessions:

claude mcp add --transport http engram … \
  --header "Authorization: Bearer <MCP_TOKEN>"