Cirrus Solar MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GCP_REGION | Yes | The Google Cloud region. | |
| GCP_PROJECT_ID | Yes | The Google Cloud project ID. | |
| DEMO_OFFLINE_MODE | No | Set to 'true' to use offline demo data. | false |
| SALESFORCE_LOGIN_URL | No | The Salesforce login URL. | |
| BQ_PARTS_MASTER_DATASET | No | BigQuery dataset for parts master. | parts_master |
| SALESFORCE_MCP_AUTH_MODE | Yes | The authentication mode: oauth or bearer. | |
| BQ_PANEL_TELEMETRY_DATASET | No | BigQuery dataset for panel telemetry. | panel_telemetry |
| SALESFORCE_MCP_PROMPT_TOOL | No | The name of the MCP prompt tool. | |
| SALESFORCE_MCP_RECORD_TOOL | Yes | The name of the MCP record tool. | |
| SALESFORCE_OAUTH_CLIENT_ID | No | The Salesforce External Client App consumer key. | |
| SALESFORCE_MCP_BEARER_TOKEN | No | The bearer token for MCP access, if using bearer-token mode. | |
| SALESFORCE_WORK_ORDER_OBJECT | No | The Salesforce object name for work orders. | WorkOrder |
| SALESFORCE_OAUTH_CLIENT_SECRET | No | The Salesforce OAuth client secret, if required. | |
| SALESFORCE_OAUTH_REFRESH_TOKEN | No | The Salesforce OAuth refresh token. | |
| SALESFORCE_PROMPT_TEMPLATE_NAME | Yes | The name of the Salesforce prompt template to use. | |
| SALESFORCE_MCP_PROMPT_SERVER_URL | Yes | The URL of the Salesforce hosted MCP prompt template server. | |
| SALESFORCE_MCP_RECORD_SERVER_URL | Yes | The URL of the Salesforce hosted MCP record server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/srobbins-sfdc/GoogleADK-to-SalesforceMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server