Skip to content
Zed

neuro for Zed

io.github.brain-bbqs/neuro

Neuroscience MCP server (Python)

client:Zed transport:stdio runtime:npm

Install neuro in Zed

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

{
  "context_servers": {
    "neuro": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-bbqs/neuro-mcp"
      ]
    }
  }
}

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

neuro in other clients