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