Skip to content
Gemini CLI

Ephys for Gemini CLI

io.github.happyc0der/ephys-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install Ephys in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Ephys in other clients