mobile-mcp-tools
Verified Safeby forcedotcom
Overview
Generates Salesforce native mobile applications from natural language prompts, providing AI with necessary platform-specific context and orchestrating the development workflow. It enables LLMs to produce production-ready solutions tailored to the Salesforce Mobile Platform.
Installation
npx -y @salesforce/mobile-native-mcp-serverEnvironment Variables
- JUDGE_MODEL
- JUDGE_MODEL_PROVIDER
- JUDGE_MODEL_API_KEY
- JUDGE_MODEL_BASE_URL
- JUDGE_MODEL_CLIENT_FEATURE_ID
- JUDGE_MODEL_TENANT_ID
- MODEL_TO_EVAL
- MODEL_TO_EVAL_PROVIDER
- MODEL_TO_EVAL_API_KEY
- MODEL_TO_EVAL_BASE_URL
- MODEL_TO_EVAL_CLIENT_FEATURE_ID
- MODEL_TO_EVAL_TENANT_ID
- CONNECTED_APP_CONSUMER_KEY
- CONNECTED_APP_CALLBACK_URL
- LOG_LEVEL
- PROJECT_PATH
Security Notes
The system executes external command-line interface (CLI) tools (e.g., `sf`, `xcodebuild`, `gradlew`) and Ruby scripts (e.g., `xcodeproj gem`) via `child_process` functions. While these operations are fundamental to its functionality (mobile project generation and build), they represent a potential vector for command injection if input is not meticulously sanitized. However, the design emphasizes 'instruction-first' tools where LLMs are guided to use CLIs with specific arguments, rather than arbitrary execution. Sensitive API keys are managed via environment variables and 1Password, not hardcoded. No evident use of `eval` or code obfuscation. The `SECURITY.md` suggests standard reporting channels.
Similar Servers
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
mcp
This repository provides a collection of Model Context Protocol (MCP) servers to enable AI agents to interact with and manage various Oracle Cloud Infrastructure (OCI) services, Oracle Database, and MySQL databases through natural language.
mcp
The MCP Server for Salesforce facilitates seamless interaction between large language models (LLMs) and Salesforce orgs, providing a robust set of tools for common development and administrative tasks. This includes static code analysis for performance/security antipatterns, metadata deployment/retrieval, org management, SOQL queries, Apex/Agent testing, and DevOps workflows like work item management and conflict resolution.