We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/usama-dtc/salesforce_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"salesforce": {
"command": "SALESFORCE_USERNAME=your.actual.email@example.com SALESFORCE_PASSWORD=YourActualPassword123 SALESFORCE_TOKEN=YourActualSecurityToken123 SALESFORCE_INSTANCE_URL=https://login.salesforce.com npx",
"args": ["-y", "@surajadsul02/mcp-server-salesforce"],
"env": {
"SALESFORCE_USERNAME": "your.actual.email@example.com",
"SALESFORCE_PASSWORD": "YourActualPassword123",
"SALESFORCE_TOKEN": "YourActualSecurityToken123",
"SALESFORCE_INSTANCE_URL": "https://login.salesforce.com",
"NODE_ENV": "production"
},
"cwd": "/Users/surajadsul/code/AI Projects/mcp-server-salesforce"
}
}
}