MCP Server
Maintained
Apache-2.0
brainCloud MCP Helper MCP Server
com.braincloudservers/braincloud-mcp-helper
What is the brainCloud MCP Helper MCP server?
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
How to install brainCloud MCP Helper
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"braincloud-mcp-helper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}Claude Code
claude mcp add braincloud-mcp-helper -- npx -y @braincloud/mcp-helperRelated MCP servers
Manage brainCloud apps, cloud code, hooks and servers; API lookups to help generate client code.