brainCloud MCP Helper for Gemini CLI
com.braincloudservers/braincloud-mcp-helper
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
client:Gemini CLI
transport:stdio
runtime:npm
Install brainCloud MCP Helper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs