Model Context Protocol (MCP) server for the Salesforce CLI, making Salesforce CLI commands available to LLM tools like Claude Desktop.
| Tool name | Description | Destructive? |
|---|---|---|
| sf_cache_clear | ✓ no | |
| sf_cache_refresh | ✓ no | |
| sf_detect_project_directory | ✓ no | |
| sf_set_project_directory | ✓ no | |
| sf_list_roots | ✓ no |
{
"mcpServers": {
"sf": {
"command": "npx",
"args": [
"-y",
"sf-mcp"
]
}
}
}