Catalog
io.github.seritalien/brain-protocol
OfficialVerifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud
Persistent knowledge graph with full-text search and verifiable Starknet proofs for AI agents.
README not available yet.
Install
Configuration
Environment variables
BRAIN_API_URLCloud mode API URL (e.g., https://brain.api.vauban.tech). When unset, uses local SQLite.
BRAIN_API_KEYsecretAPI key for cloud mode authentication (sent as X-API-Key header)
BRAIN_DB_PATHOverride path for the local SQLite database file
claude_desktop_config.json
{
"mcpServers": {
"brain-protocol": {
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp@0.3.3"
],
"env": {
"BRAIN_API_URL": "<YOUR_BRAIN_API_URL>",
"BRAIN_API_KEY": "<YOUR_BRAIN_API_KEY>",
"BRAIN_DB_PATH": "<YOUR_BRAIN_DB_PATH>"
}
}
}
}