Created
October 18, 2025 12:03
-
-
Save amitastreait/1255add8e34e8d8530372539fe68d3cd to your computer and use it in GitHub Desktop.
Salesforce DX MCP Servers & Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "Salesforce DX": { | |
| "type": "stdio", | |
| "command": "npx", | |
| "args": [ | |
| "-y", "@salesforce/mcp@latest", | |
| "--orgs", "DEFAULT_TARGET_ORG", | |
| "--toolsets", "all", | |
| "--allow-non-ga-tools" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment