Skip to content
Zed

eeg mcp for Zed

io.github.aimplifier/eeg-mcp

Real-time EEG: BrainFlow streaming, wall-clock replay, online DSP, recording, and stimulation.

client:Zed transport:stdio runtime:pypi

Install eeg mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "eeg-mcp": {
      "command": "uvx",
      "args": [
        "eeg-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

eeg mcp in other clients