Verifiable Memory-as-a-Service for AI agents. Persistent, searchable, graph-connected knowledge with optional Starknet
on-chain proofs. Works locally with zero config (SQLite) or in cloud mode.
Server Config
{
"mcpServers": {
"brain": {
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "",
"BRAIN_API_KEY": ""
}
}
}
}