Brain Protocol
About
Verifiable Memory-as-a-Service for AI agents. Persistent, searchable, graph-connected knowledge with optional Starknet
Details
- Author
- seritalien
- Downloads
- 326
- Categories
- Knowledge Base, AI
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Brain ProtocolCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"brain": {
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "",
"BRAIN_API_KEY": ""
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"brain protocol": {
"brain": {
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "",
"BRAIN_API_KEY": ""
}
}
}
}
}
McpServers
{
"brain": {
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "",
"BRAIN_API_KEY": ""
}
}
}
Description
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.
Tags
memory,knowledge-graph,starknet,sqlite,verifiable,ai-agents,mcp
Avatar URL
https://brain.api.vauban.tech/favicon.ico
(or leave blank if that 404s)
Content (the full description shown on the listing page):
Brain Protocol gives any MCP-compatible AI agent persistent, verifiable memory.
25 tools — query, archive, graph traversal, decisions, Starknet proofs, curation.
Two modes:
- Local SQLite (zero config): npx @brain-protocol/mcp
- Cloud mode: full knowledge graph, FTS, semantic search, blockchain anchoring
Compatible with: Claude Desktop, Claude Code, Cursor, Windsurf, Continue
Key features:
- Full-text + semantic search
- Graph edges: derives_from, extends, validates, conflicts_with
- SHA-256 content addressing + Starknet proof anchoring
- Brain Sync (git-style bidirectional sync)
- MIT licensed, TypeScript, actively maintained
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


