Brainflow Docs MCP Server

Your company's brain, connected to Claude, ChatGPT, Gemini, Cursor, and VS Code. Turn your team's email history into shared memory that any AI

Local serverstdioGo

What is the Brainflow Docs MCP server?

Your company's brain, connected to Claude, ChatGPT, Gemini, Cursor, and VS Code. Turn your team's email history into shared memory that any AI assistant can query with natural language. That is what the brainflow docs mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

  • Natural Language Queries — — Ask questions in plain English. The AI translates to SQL and returns sourced answers
  • Team Memory Search — — Query emails, tasks, deals, and decisions across your entire company workspace
  • Cross-Team Context — — Sales handoffs to ops, legal feedback to product, marketing summaries for leadership — all connected
  • Multi-Platform — — Works with Claude (Web + Desktop), ChatGPT, Gemini, Cursor, and VS Code Copilot
  • Company-Scoped Security — — Every query is automatically filtered to your company. No cross-tenant data leakage
  • Read-Only — — Only SELECT queries are permitted. No write, delete, or modify operations possible

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What it needs from you

  • Active BrainFlow account - BrainFlow API key (generated from your dashboard) - MCP-compatible AI assistant (Claude, ChatGPT, Gemini, Cursor, or VS Code)

How it compares

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by yacine-cherif; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Brainflow Docs's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Brainflow Docs MCP server

{
  "mcpServers": {
    "brainflow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://brain-flow.ai/mcp/sse",
        "--header",
        "x-api-key:bf_mcp_YOUR_KEY_HERE"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Active BrainFlow account - BrainFlow API key (generated from your dashboard) - MCP-compatible AI assistant (Claude, ChatGPT, Gemini, Cursor, or VS Code)

Frequently asked questions

It connects Brainflow Docs to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Brainflow Docs directly.