brainCloud MCP Helper
FreeNot checkedHelper 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.
README
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:
| Package | What it is |
|---|---|
| @braincloud/mcp-helper | The MCP server itself — status / pull / push / sync tools, installable via npx -y @braincloud/mcp-helper@latest. |
| @braincloud/cloudsync-core | Host-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.
Install brainCloud MCP Helper in Claude Desktop, Claude Code & Cursor
unyly install braincloud-mcp-helperInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add braincloud-mcp-helper -- npx -y @braincloud/mcp-helperFAQ
Is brainCloud MCP Helper MCP free?
Yes, brainCloud MCP Helper MCP is free — one-click install via Unyly at no cost.
Does brainCloud MCP Helper need an API key?
No, brainCloud MCP Helper runs without API keys or environment variables.
Is brainCloud MCP Helper hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install brainCloud MCP Helper in Claude Desktop, Claude Code or Cursor?
Open brainCloud MCP Helper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare brainCloud MCP Helper with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
