
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@back4app/mcp-installer
Advanced tools
CLI tool to install and configure Back4App MCP server across different IDEs
CLI tool to install and configure Back4App MCP server across different AI IDEs with a single command.
~/.cursor/mcp.json)~/.codeium/windsurf/mcp_config.json)~/.cline/mcp_config.json)~/.claude/mcp_config.json)~/.vscode/mcp.json)~/.witsy/mcp_config.json)~/.enconvo/mcp_config.json)Note: All IDEs use global configuration files in your home directory for consistent access across all projects.
# Install globally via npm
npm install -g @back4app/mcp-installer
# Install for specific IDE
mcp-installer install cursor --account-key YOUR_ACCOUNT_KEY
mcp-installer install vscode --account-key YOUR_ACCOUNT_KEY # Creates ~/.vscode/mcp.json
npm install -g @back4app/mcp-installer
mcp-installer install <ide> --account-key YOUR_ACCOUNT_KEY
npx @back4app/mcp-installer install <ide> --account-key YOUR_ACCOUNT_KEY
npx @back4app/mcp-installer install vscode --account-key YOUR_ACCOUNT_KEY
# This creates ~/.vscode/mcp.json in your home directory
mcp-installer install <ide> --account-key <your-account-key>
Examples:
# Install for Cursor (global config)
mcp-installer install cursor --account-key sk-1234567890abcdef
# Install for VS Code (global config)
mcp-installer install vscode --account-key sk-1234567890abcdef
# Check specific IDE
mcp-installer status cursor
# Check all IDEs
mcp-installer status
mcp-installer list
mcp-installer uninstall <ide>
All IDEs use global configuration for consistent access across projects:
~/.ide/)Workflow for all IDEs:
# Install MCP configuration globally
mcp-installer install vscode --account-key YOUR_ACCOUNT_KEY
# The configuration is now in ~/.vscode/mcp.json
# 4. Restart VS Code to load the new MCP server
# 5. Access Back4App tools in VS Code's AI panel
--account-key parameterThe installer adds this configuration to your IDE's MCP settings:
{
"mcpServers": {
"back4app": {
"command": "npx",
"args": [
"-y",
"@back4app/mcp-server-back4app@latest",
"--account-key",
"YOUR_ACCOUNT_KEY"
]
}
}
}
~/.vscode/mcp.json exists in your home directory# Clone and setup
git clone <repository-url>
cd mcp-installer
npm install
# Build
npm run build
# Test locally
node dist/index.js --help
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE file for details.
Made with ❤️ by the Back4App team
FAQs
CLI tool to install and configure Back4App MCP server across different IDEs
We found that @back4app/mcp-installer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.