Back to Browse

Braincloud Mcp Helper MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

braincloud-mcp-helper

A local, trustless MCP server that lets AI coding assistants (Claude Code, Cursor, Codex, …) sync brainCloud cloud-code scripts to and from your filesystem and git repo.

It never authenticates to brainCloud on its own and stores no credentials. Every Builder API call is driven by a short-lived, app-scoped ticket that the AI obtains from the hosted braincloud-mcp's getSyncTicket tool and passes in — script content flows helper → Builder API directly, never through the AI's context.

Packages

This is an npm workspace with two packages:

PackageWhat it is
@braincloud/mcp-helperThe MCP server itself — status / pull / push / sync tools, installable via npx -y @braincloud/mcp-helper@latest.
@braincloud/cloudsync-coreHost-agnostic sync/format logic (the .ccjs / .bcsync / .bcsync.local on-disk contract) shared with the VS Code extension.

See each package's README for tool details, configuration, and the on-disk format.

Learn more

Full setup and usage guide: Syncing cloud code to local files with the brainCloud MCP helper

Develop

npm install
npm run build   # builds all workspaces
npm test        # tests all workspaces

See RELEASING.md for the release process.

Reviews

No reviews yet

Be the first to review this server!