Skip to main content
Glama

Salesforce MCP Server

by mattmahowald

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SF_USERNAMENoYour Salesforce username
SF_ORG_ALIASNoAlias for your Salesforce org
SFMCP_HTTP_HOSTNoHTTP server host127.0.0.1
SFMCP_HTTP_PORTNoHTTP server port3333
SF_ACCESS_TOKENNoSalesforce access token (automatically managed)
SF_INSTANCE_URLNoYour Salesforce instance URL

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmahowald/sfmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server