Salesforce for Grok
io.github.wyre-technology/salesforce-mcp
MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
client:Grok
transport:stdio
runtime:oci
Install Salesforce in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"salesforce-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/salesforce-mcp:v1.0.3"
],
"env": {
"AUTH_MODE": "<AUTH_MODE>",
"SALESFORCE_AUTH_FLOW": "<SALESFORCE_AUTH_FLOW>",
"SALESFORCE_CLIENT_ID": "<SALESFORCE_CLIENT_ID>",
"SALESFORCE_CLIENT_SECRET": "<SALESFORCE_CLIENT_SECRET>",
"SALESFORCE_INSTANCE_URL": "<SALESFORCE_INSTANCE_URL>",
"SALESFORCE_USERNAME": "<SALESFORCE_USERNAME>",
"SALESFORCE_PASSWORD": "<SALESFORCE_PASSWORD>",
"SALESFORCE_TOKEN": "<SALESFORCE_TOKEN>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs