Skip to content
Zed

neuro mcp for Zed

io.github.aimplifier/neuro-mcp

MCP for NeuroAgents assisting clinicians: MNE processing, EHR store, NeuroII visualization.

client:Zed transport:stdio runtime:pypi

Install neuro mcp in Zed

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

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

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

neuro mcp in other clients