Loading MCP server directory, please wait...
MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.
npx @getmcp/cli add io.github.christianclaudio/sigmaRequires Python 3.10+. Community-contributed server. Review source before installing.
SIGMA_CLIENT_IDYour Sigma API client ID
SIGMA_CLIENT_SECRETYour Sigma API client secret
SIGMA_API_BASE_URLRegion-specific Sigma API host URL (e.g. https://api.us-a.aws.sigmacomputing.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.christianclaudio/sigma": {
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "",
"SIGMA_CLIENT_SECRET": "",
"SIGMA_API_BASE_URL": ""
}
}
}
}