MCP Server
MCP
io.github.seritalien/brain-protocol
Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud
Install
npx -y @brain-protocol/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@brain-protocol/mcp",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cloud mode API URL (e.g., https://brain.api.vauban.tech). When unset, uses local SQLite.",
"format": "string",
"name": "BRAIN_API_URL"
},
{
"description": "API key for cloud mode authentication (sent as X-API-Key header)",
"format": "string",
"isSecret": true,
"name": "BRAIN_API_KEY"
},
{
"description": "Override path for the local SQLite database file",
"format": "filepath",
"name": "BRAIN_DB_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment