Browse/Cloud & DevOps/Salesforce CLI

Salesforce CLI

by salesforcecli · Added 26d ago

325

Install

npx -y @salesforce/mcp

About

Official Salesforce MCP server implementation that provides AI assistants with direct access to Salesforce development and code analysis tools through a modular provider architecture. Built by Salesforce using TypeScript and the MCP SDK, it features three core provider packages: dx-core for Salesforce org management (scratch org creation, metadata deployment, SOQL queries, permission sets), code-analyzer for static code analysis using PMD, ESLint, and other engines, and a provider API framework for extensibility. The implementation includes comprehensive toolset organization, telemetry integration, rate limiting, authentication handling, and supports both GA and non-GA tool states with dynamic tool enabling/disabling capabilities. Designed for Salesforce developers, architects, and AI-assisted development workflows, it enables use cases like automated org setup, code quality enforcement, metadata management, and development lifecycle automation without requiring manual CLI interaction.

Tags

Cloud & DevOpsmcp-servernpm