mne docs for Zed
io.github.weiyongxu/mne-docs
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
client:Zed
transport:stdio
runtime:npm
Install mne docs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<MNE_PYTHON_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs