Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SF_USERNAME | No | Your Salesforce username | |
SF_ORG_ALIAS | No | Alias for your Salesforce org | |
SFMCP_HTTP_HOST | No | HTTP server host | 127.0.0.1 |
SFMCP_HTTP_PORT | No | HTTP server port | 3333 |
SF_ACCESS_TOKEN | No | Salesforce access token (automatically managed) | |
SF_INSTANCE_URL | No | Your Salesforce instance URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
salesforce_query | Run a SOQL query and return JSON rows |
salesforce_describe | Describe an SObject and return field information |
salesforce_list_objects | Get list of all Salesforce object names (SObjects) |