brainCloud MCP Helper for Cursor
com.braincloudservers/braincloud-mcp-helper
Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
client:Cursor
transport:stdio
runtime:npm
Install brainCloud MCP Helper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"braincloud-mcp-helper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@braincloud/mcp-helper"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs