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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-salesforce-serve": {
"command": "npx",
"args": [
"-y",
"hughrobertson19/mcp-salesforce-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-salesforce-serve npx -y hughrobertson19/mcp-salesforce-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-salesforce-serve": {
"command": "npx",
"args": [
"-y",
"hughrobertson19/mcp-salesforce-server"
]
}
}
}
📋 Copy