neuro mcp for Zed
io.github.brain-bbqs/neuro-mcp
Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research
client:Zed
transport:stdio
runtime:npm
Install neuro mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"neuro-mcp": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs