mcp-server-brainflow-docs

yacine-cherif/mcp-server-brainflow-docs
★ 1 stars Unknown language 🧠 Memory/Knowledge Updated 7d ago
BrainFlow MCP server documentation and setup guide
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-brainflow": {
      "command": "npx",
      "args": [
        "-y",
        "yacine-cherif/mcp-server-brainflow-docs"
      ]
    }
  }
}