69
/ 100
6 days ago
glama

Salesforce MCP Server

Enables AI agents to interact with Salesforce through MCP, supporting queries, records, metadata, and bulk operations with flexible OAuth authentication.

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
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, STORAGE_ENCRYPTION_KEY, SALESFORCE_ACCESS_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.
configLOG_LEVELINFO DEBUG, INFO, WARNING, ERROR
configSALESFORCE_CLIENT_IDe =your_client_id \
🔐 secretSALESFORCE_CLIENT_SECRETNo Client secret (optional, see modes below)
configSALESFORCE_LOGIN_URLe =https://login.salesforce.com \
configBASE_URLNo Public URL of the server (default: http://localhost:8000)
configOAUTH_REDIRECT_PATH
configOAUTH_REQUIRED_SCOPESNo Comma-separated scopes (default: api,refresh_token)
configOAUTH_STORAGE_TYPEmemory memory or redis
🔐 secretSTORAGE_ENCRYPTION_KEYFernet key for token encryption
configREDIS_URLredis://localhost:6379 Redis connection URL
🔐 secretSALESFORCE_ACCESS_TOKENe =your_token \
configSALESFORCE_INSTANCE_URLe =https://your-domain.my.salesforce.com \
configSALESFORCE_USER_IDNo User ID (default: env_user)
configSALESFORCE_ORG_IDNo Org ID (default: env_org)
configSALESFORCE_USERNAMENo Username (default: env_user)
configPORT8000 HTTP server port (cloud platform standard)
configFASTMCP_PORTHTTP server port (fallback, for backwards compatibility)
configOAUTH_MODEbearer bearer for client-handled OAuth, proxy for server OAuth proxy
// 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/hypn4-salesforce-mcp-server-egly6l)](https://m8ven.ai/mcp/hypn4-salesforce-mcp-server-egly6l)
commit: 9646a47a1b41f3c10f044a92cc5cbe9fac66f392
code hash: 74fef2c0744a6a4fc0059d641e6c18b62b2e7abc1bcb900af931113c6ea8786c
verified: 6/22/2026, 12:52:48 PM
view raw JSON →