Skip to main content

FAQ

Does Agent Brain send my code to a cloud service?

No. Agent Brain is self-hosted. Memories, vectors, cache data, and local model operations run on your machine or infrastructure.

Which agents can use it?

MCP-capable clients can use the MCP server at http://localhost:3100/mcp. REST clients can use http://localhost:9090/api/v1.

Do I need Docker?

Yes for the packaged local stack. Docker runs the database, vector store, cache, event bus, brain engine, MCP server, and optional bundled Ollama service.

Is Agent Brain free?

The Community tier is available from GitHub releases. The Professional checkout page is staged but not live yet.

Why use Agent Brain instead of normal chat history?

Chat history is tied to one tool and one session. Agent Brain gives multiple agents a shared durable memory layer with semantic recall, cache checks, and governance.

What should I store?

Store decisions, architecture constraints, recurring errors, fixes, project conventions, environment requirements, and preferences that future agents should know.