60
/ 100
8 days ago
glama

Salesforce MCP Server

Enables AI tools like Claude Desktop and Cline to interact with Salesforce, providing tools for SOQL queries, Apex execution, metadata management, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: SF_CLIENT_SECRET, SF_PASSWORD, SF_REFRESH_TOKEN, SF_SECURITY_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSF_API_VERSION
configSF_BULK_DML_THRESHOLD
configSF_BULK_QUERY_THRESHOLD
configSF_CLIENT_ID"": "your-oauth2-client-id",
🔐 secretSF_CLIENT_SECRET"": "your-oauth2-client-secret",
configSF_INSTANCE_URL"": "https://yourorg.my.salesforce.com"
configSF_LOGIN_URL"": "https://login.salesforce.com"
configSF_MAX_REQUEST_SIZE
🔐 secretSF_PASSWORD"": "your-password",
🔐 secretSF_REFRESH_TOKEN"": "your-refresh-token",
🔐 secretSF_SECURITY_TOKEN💡 Security Token: Only add the security token if Salesforce requires it for your connection. If not leave empty.
configSF_TIMEOUT
configSF_USERNAME"": "your-username@company.com",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jaworjar95-salesforce-mcp-server-16wof2)](https://m8ven.ai/mcp/jaworjar95-salesforce-mcp-server-16wof2)
commit: 639e636118b29dbf3ff2a04afaf64cb90d7bb92a
code hash: 99c21017a182ba5bb47edb2ca033b44eb628d02dd34b8d6517dc70c520bf216e
verified: 6/15/2026, 1:56:26 PM
view raw JSON →