Skip to content
Zed

Salesforce Cloud for Zed

io.github.aaronsb/salesforce-cloud

AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics

client:Zed transport:stdio runtime:npm

Install Salesforce Cloud in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<SF_CLIENT_SECRET>",
        "SF_USERNAME": "<SF_USERNAME>",
        "SF_PASSWORD": "<SF_PASSWORD>",
        "SF_LOGIN_URL": "<SF_LOGIN_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Salesforce Cloud in other clients