Brain Protocol

by seritalien

326 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Brain Protocol
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.