Skip to content
Zed

Ephys for Zed

io.github.happyc0der/ephys-mcp

Read-only analysis of intracortical BCI recordings (NWB, DANDI, WAV): spikes, PSTHs, decoding, plots

client:Zed transport:stdio runtime:pypi

Install Ephys in Zed

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

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

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

Ephys in other clients