brainCloud MCP Helper for Cline
com.braincloudservers/braincloud-mcp-helper
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
client:Cline
transport:stdio
runtime:npm
Install brainCloud MCP Helper in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs