mcp-salesforce-server

hughrobertson19/mcp-salesforce-server
★ 0 stars TypeScript Security Updated today
MCP server for Salesforce Contacts with guarded writes: propose/confirm with a server-held before-snapshot, live re-verification, and an append-only audit log.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-salesforce-serve": {
      "command": "npx",
      "args": [
        "-y",
        "hughrobertson19/mcp-salesforce-server"
      ]
    }
  }
}