Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the MCP server (default is 3001) | 3001 |
| SALESFORCE_ENDPOINT | Yes | The URL of your Salesforce organization (e.g., https://mydomain-dev-ed.developer.my.salesforce.com) | |
| SALESFORCE_ACCESS_TOKEN | Yes | Your Salesforce OAuth2 access token. Run 'sf org login web --instance-url ${SALESFORCE_ENDPOINT} --json' to obtain this |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |