Skip to main content
Glama
hypn4

Salesforce MCP Server

by hypn4

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port (proxy mode).8000
BASE_URLNoPublic URL of the server for OAuth callbacks (proxy mode).http://localhost:8000
LOG_LEVELNoLogging level: DEBUG, INFO, WARNING, ERROR.INFO
REDIS_URLNoRedis connection URL for token storage (proxy mode).redis://localhost:6379
OAUTH_MODENoAuthentication mode: 'bearer' (default) for client-handled OAuth, 'proxy' for server OAuth proxy.bearer
FASTMCP_PORTNoFallback HTTP server port (proxy mode, backwards compatibility).
SALESFORCE_ORG_IDNoOrg ID for STDIO mode (default: env_org).
OAUTH_STORAGE_TYPENoToken storage backend: 'memory' or 'redis' (proxy mode).memory
SALESFORCE_USER_IDNoUser ID for STDIO mode (default: env_user).
SALESFORCE_USERNAMENoUsername for STDIO mode (default: env_user).
SALESFORCE_CLIENT_IDNoSalesforce Connected App client ID for proxy mode.
SALESFORCE_LOGIN_URLNoSalesforce login URL for proxy mode (e.g., https://test.salesforce.com for sandbox).https://login.salesforce.com
OAUTH_REQUIRED_SCOPESNoComma-separated OAuth scopes (proxy mode).api,refresh_token
STORAGE_ENCRYPTION_KEYNoFernet key for token encryption (proxy mode).
SALESFORCE_ACCESS_TOKENNoSalesforce access token for bearer/STDIO mode.
SALESFORCE_INSTANCE_URLNoSalesforce instance URL for token verification (bearer mode) or default login URL (proxy mode).https://login.salesforce.com
SALESFORCE_CLIENT_SECRETNoClient secret for confidential client mode (proxy mode).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/hypn4/salesforce-mcp-server'

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