Salesforce MCP Server
by hypn4
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (proxy mode). | 8000 |
| BASE_URL | No | Public URL of the server for OAuth callbacks (proxy mode). | http://localhost:8000 |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR. | INFO |
| REDIS_URL | No | Redis connection URL for token storage (proxy mode). | redis://localhost:6379 |
| OAUTH_MODE | No | Authentication mode: 'bearer' (default) for client-handled OAuth, 'proxy' for server OAuth proxy. | bearer |
| FASTMCP_PORT | No | Fallback HTTP server port (proxy mode, backwards compatibility). | |
| SALESFORCE_ORG_ID | No | Org ID for STDIO mode (default: env_org). | |
| OAUTH_STORAGE_TYPE | No | Token storage backend: 'memory' or 'redis' (proxy mode). | memory |
| SALESFORCE_USER_ID | No | User ID for STDIO mode (default: env_user). | |
| SALESFORCE_USERNAME | No | Username for STDIO mode (default: env_user). | |
| SALESFORCE_CLIENT_ID | No | Salesforce Connected App client ID for proxy mode. | |
| SALESFORCE_LOGIN_URL | No | Salesforce login URL for proxy mode (e.g., https://test.salesforce.com for sandbox). | https://login.salesforce.com |
| OAUTH_REQUIRED_SCOPES | No | Comma-separated OAuth scopes (proxy mode). | api,refresh_token |
| STORAGE_ENCRYPTION_KEY | No | Fernet key for token encryption (proxy mode). | |
| SALESFORCE_ACCESS_TOKEN | No | Salesforce access token for bearer/STDIO mode. | |
| SALESFORCE_INSTANCE_URL | No | Salesforce instance URL for token verification (bearer mode) or default login URL (proxy mode). | https://login.salesforce.com |
| SALESFORCE_CLIENT_SECRET | No | Client secret for confidential client mode (proxy mode). |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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