Skip to main content
Sign in

Integrations

Connect Brain Protocol to your tools and workflows.

MCP Server

Checking…

Context protocol for Claude Desktop and Claude Code.

Server URL
https://brain.api.vauban.tech/mcp

Claude Desktop Config

JSON
{
  "mcpServers": {
    "brain": {
      "type": "http",
      "url": "https://brain.api.vauban.tech/mcp"
    }
  }
}

Configure your API keys and advanced options in Settings →

Claude Code

Direct integration in your projects via settings.json.

Add this snippet to your .claude/settings.json at the root of your project.

JSON
{
  "mcpServers": {
    "brain": {
      "type": "http",
      "url": "https://brain.api.vauban.tech/mcp"
    }
  }
}

API Access

Integrate Brain Protocol directly in your applications via REST.

Base URL
https://brain.api.vauban.tech

Authentication

Use your JWT token via Authorization: Bearer <token> header in each request.

Check your quotas and limits in Usage & Billing →

Sync

Export and import your knowledge.

Knowledge export

Download all your entries as JSON or Markdown.

Open Explorer →

Import from Markdown

Coming soon

Import your Obsidian, Roam, or Notion notes in one click.

⚡ Brain Workspace

Searches directly in your graph. Raw results, no LLM.

Suggestions

Brain Protocol — Cryptographic Memory for AI Agents