Loading MCP server directory, please wait...
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
npx @getmcp/cli add com.braincloudservers/braincloud-mcp-helperRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.braincloudservers/braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}