Skip to content
Gemini CLI

neuro mcp for Gemini CLI

io.github.brain-bbqs/neuro-mcp

Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research

client:Gemini CLI transport:stdio runtime:npm

Install neuro mcp in Gemini CLI

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

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

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

neuro mcp in other clients