Skip to content
Cline

mcp-server-sigma for Cline

io.github.christianclaudio/sigma

MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.

client:Cline transport:stdio runtime:pypi

Install mcp-server-sigma in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sigma": {
      "command": "uvx",
      "args": [
        "mcp-server-sigma"
      ],
      "env": {
        "SIGMA_CLIENT_ID": "<SIGMA_CLIENT_ID>",
        "SIGMA_CLIENT_SECRET": "<SIGMA_CLIENT_SECRET>",
        "SIGMA_API_BASE_URL": "<SIGMA_API_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp-server-sigma in other clients