brain-protocol
About
Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRAIN_API_URL BRAIN_API_KEY BRAIN_DB_PATHClaude Code
claude mcp add --env BRAIN_API_URL= --env BRAIN_API_KEY= --env BRAIN_DB_PATH= brain-protocol -- npx @brain-protocol/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"brain-protocol","command":"npx","args":["@brain-protocol/mcp"],"env":{"BRAIN_API_URL":"","BRAIN_API_KEY":"","BRAIN_DB_PATH":""}}'
JSON
{
"mcpServers": {
"brain-protocol": {
"command": "npx",
"args": [
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "",
"BRAIN_API_KEY": "",
"BRAIN_DB_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.