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"
]
}
}
}