Skip to content
Gemini CLI

mne docs for Gemini CLI

io.github.weiyongxu/mne-docs

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

client:Gemini CLI transport:stdio runtime:npm

Install mne docs in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mne docs in other clients