Skip to content
Cursor

Ephys for Cursor

io.github.happyc0der/ephys-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Ephys in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ephys in other clients