← Back to Plugins
MCP Server MCP

mcp-server-sigma

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-sigma

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-sigma",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sigma API client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SIGMA_CLIENT_ID"
        },
        {
          "description": "Your Sigma API client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SIGMA_CLIENT_SECRET"
        },
        {
          "description": "Region-specific Sigma API host URL (e.g. https://api.us-a.aws.sigmacomputing.com)",
          "isRequired": true,
          "format": "string",
          "name": "SIGMA_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...