Loading subscription status...
{ "mcpServers": [ { "agentforce": { "env": { "SALESFORCE_ORG_ID": "your_org_id_here", "SALESFORCE_AGENT_ID": "your_agent_id_here", "SALESFORCE_CLIENT_ID": "your_client_id_here", "SALESFORCE_SERVER_URL": "your_server_url_here", "SALESFORCE_CLIENT_SECRET": "your_client_secret_here" }, "args": [ "/path/to/your/agentforce_mcp_server.py" ], "command": "python" } } ] }