brainCloud MCP Helper runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from npm. Last commit 10 Jul 2026.
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add braincloud-mcp-helper -- npx -y @braincloud/mcp-helper
{
"mcpServers": {
"braincloud-mcp-helper": {
"args": [
"-y",
"@braincloud/mcp-helper"
],
"command": "npx"
}
}
}
[mcp_servers.braincloud-mcp-helper]
command = "npx"
args = ["-y", "@braincloud/mcp-helper"]
{
"mcpServers": {
"braincloud-mcp-helper": {
"args": [
"-y",
"@braincloud/mcp-helper"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"braincloud-mcp-helper": {
"args": [
"-y",
"@braincloud/mcp-helper"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.