Skip to main content
Glama
getbraincloud

braincloud-mcp-helper

Official

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:

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.

Related MCP server: agent-bus-mcp

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A local MCP server that connects AI coding agents (Claude Code, Codex, Cursor, etc.) on the same machine via a shared message bus, enabling them to chat, delegate tasks, and collaborate privately without cloud or internet.
    30
    17
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that gives your AI assistant full awareness of your local dev environment — running processes, Docker containers, git state, open ports, log files, and more.
    0
    1
    MIT
  • F
    license
    B
    quality
    B
    maintenance
    A lightweight MCP server that acts as a secure proxy for AI assistants to run local Git operations and GitHub API macros simultaneously.
    1
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getbraincloud/braincloud-mcp-helper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server