62
/ 100
15 days ago
glama

Salesforce MCP Server

Enables natural language interactions with Salesforce data and metadata, supporting queries, data manipulation, custom object/field management, Apex code operations, and debug logging across multiple authentication methods.

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 3 credentials: SALESFORCE_CLIENT_SECRET, SALESFORCE_PASSWORD, SALESFORCE_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.
configSALESFORCE_CLIENT_ID"": "your_client_id",
🔐 secretSALESFORCE_CLIENT_SECRET"": "your_client_secret",
configSALESFORCE_CONNECTION_TYPE"": "Salesforce_CLI"
configSALESFORCE_INSTANCE_URL"": "org_url" // Optional. Default value: https://login.salesforce.com
🔐 secretSALESFORCE_PASSWORD"": "your_password",
🔐 secretSALESFORCE_TOKEN"": "your_security_token",
configSALESFORCE_USERNAME"": "your_username",
// 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 2 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/simonl77-mcp-server-salesforce-lenrhp)](https://m8ven.ai/mcp/simonl77-mcp-server-salesforce-lenrhp)
commit: 6e0333355a448e8c00664ec7180edd3ee6ce7829
code hash: b262de9ca0db67ce7098854724f3874da9a51e558cea290f6c0eba901be97831
verified: 6/8/2026, 12:03:35 PM
view raw JSON →