We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarijanMiletic/mcp_salesforce_revenue_cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"salesforce-revenue-cloud": {
"command": "python",
"args": [
"/absolute/path/to/mcp_salesforce_revenue_cloud/server.py"
],
"env": {
"SALESFORCE_SESSION_ID": "your_session_id_here",
"SALESFORCE_DOMAIN_URL": "https://your-instance.my.salesforce.com"
}
}
}
}