Skip to content

brainCloud MCP Helper for Grok

com.braincloudservers/braincloud-mcp-helper

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

client:Grok transport:stdio runtime:npm

Install brainCloud MCP Helper in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

brainCloud MCP Helper in other clients