Skip to content
VS Code

brainCloud MCP Helper for VS Code

com.braincloudservers/braincloud-mcp-helper

Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.

client:VS Code transport:stdio runtime:npm

Install brainCloud MCP Helper in VS Code

.vscode/mcp.json

{
  "servers": {
    "braincloud-mcp-helper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@braincloud/mcp-helper"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

brainCloud MCP Helper in other clients