Skip to content

Instantly share code, notes, and snippets.

@amitastreait
Created October 18, 2025 12:03
Show Gist options
  • Select an option

  • Save amitastreait/1255add8e34e8d8530372539fe68d3cd to your computer and use it in GitHub Desktop.

Select an option

Save amitastreait/1255add8e34e8d8530372539fe68d3cd to your computer and use it in GitHub Desktop.
Salesforce DX MCP Servers & Tools
{
"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