Submit

Brain Protocol

@seritalien

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

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

Server Config

{
  "mcpServers": {
    "brain": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-protocol/mcp"
      ],
      "env": {
        "BRAIN_API_URL": "",
        "BRAIN_API_KEY": ""
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.