cirrus-solar-mcp-server

sinisterace/cirrus-solar-mcp-server
★ 0 stars JavaScript 🔌 API Integration Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cirrus-solar-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "sinisterace/cirrus-solar-mcp-server"
      ]
    }
  }
}

README Excerpt

Custom MCP server (Streamable HTTP transport) that wraps Snowflake Cortex Analyst. 1. Salesforce Agentforce sends a natural language question as a tool call 2. This server forwards it to Snowflake Cortex Analyst → gets SQL back 3. Executes the SQL via Snowflake SQL API using a PAT 4. Returns formatted results to Agentforce