MCP Server
MCP
io.github.semwalajay83-sem/salesforce-metadata-mcp
The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "salesforce-metadata-mcp",
"version": "2.12.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Salesforce org URL, e.g. https://yourorg.my.salesforce.com",
"isRequired": true,
"name": "SF_INSTANCE_URL"
},
{
"description": "Salesforce access token (or use SF_ALIAS / JWT variables instead)",
"isSecret": true,
"name": "SF_ACCESS_TOKEN"
},
{
"description": "Salesforce CLI org alias (alternative to SF_ACCESS_TOKEN)",
"name": "SF_ALIAS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment