mcp-server-sigma
MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.
0 stars175 downloads/wk
Reviews
Write oneNobody has reviewed mcp-server-sigma yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
mcp-server-sigma tools (100, 21 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
sigma_accept_shared_templateAccept a pending template share from another organization.
sigma_add_connection_grantAdd a grant to a connection.
sigma_add_deployment_documentsAdd workbooks/reports to a deployment policy.
sigma_add_workbook_bookmarkAdd a bookmark to a workbook.
sigma_add_workbook_schedulewrite actionCreate a scheduled export for a workbook. See Sigma docs for schedule body schema.
sigma_archive_deploymentwrite actionDelete (archive) a deployment policy. Requires confirm=True.
sigma_convert_workbook_to_reportConvert a workbook to a report (one-way, creates a new report).
sigma_create_data_modelwrite actionCreate a data model from a JSON code representation. Must include name, folderId, schemaVersion, and pages with elements.
sigma_create_deploymentwrite actionCreate a deployment policy.
sigma_create_memberwrite actionCreate a new member. member_type: 'admin', 'creator', 'viewer'.
sigma_create_reportwrite actionCreate a report.
sigma_create_report_schedulewrite actionCreate a scheduled export for a report.
sigma_create_source_swap_policywrite actionCreate a source swap policy for automated deployments.
sigma_create_teamwrite actionCreate a new team.
sigma_create_tenantwrite actionCreate a tenant organization.
sigma_create_workbookwrite actionCreate an empty workbook in a folder.
sigma_create_workbook_embedwrite actionCreate an embed for a workbook.
sigma_create_workbook_from_templatewrite actionCreate a workbook from a template. This brings real visuals — the only programmatic way to get charts/tables.
sigma_deactivate_memberDeactivate a member. Requires confirm=True.
sigma_delete_connection_path_grantwrite actionDelete a grant from a connection path. DESTRUCTIVE. Requires confirm=True.
sigma_delete_filewrite actionDelete a file/workbook/data model by its inode ID. Requires confirm=True.
sigma_delete_teamwrite actionDelete a team. Requires confirm=True.
sigma_delete_workbook_schedulewrite actionDelete a scheduled export. Requires confirm=True.
sigma_duplicate_reportDuplicate a report.
sigma_duplicate_workbookDuplicate an existing workbook.
sigma_export_reportExport a report. format: 'pdf', 'png', 'csv', 'xlsx'.
sigma_export_workbookExport a workbook element. If element_id is empty, exports the first page.
sigma_get_api_connectorGet details for an API connector.
sigma_get_connectionGet details for a specific connection.
sigma_get_current_userGet the current authenticated user's details.
sigma_get_data_modelGet data model metadata.
sigma_get_data_model_specGet the full code representation (JSON spec) of a data model — tables, columns, metrics, relationships.
sigma_get_deploymentGet a deployment policy.
sigma_get_element_columnsList columns for a specific element in a workbook.
sigma_get_element_queryGet the generated SQL query for a specific element in a workbook.
sigma_get_materialization_jobCheck status of a materialization job.
sigma_get_memberGet member details including homeFolderId.
sigma_get_reportGet report metadata.
sigma_get_source_swap_policyGet a source swap policy.
sigma_get_teamGet team details.
sigma_get_templateGet template details.
sigma_get_tenantGet tenant organization details.
sigma_get_workbookGet workbook metadata.
sigma_get_workbook_tagsList tags on a workbook.
sigma_get_workbook_version_historyGet version history for a workbook.
sigma_grant_workbook_accessGrant access to a workbook. grant_type: 'member' or 'team'. permission: 'view', 'explore', 'edit'.
sigma_list_api_connectorsList all API connectors (custom data integrations).
sigma_list_columns_for_tableList columns for a warehouse table by its tableId.
sigma_list_connection_grantsList permission grants on a connection.
sigma_list_connectionsList all connections in the Sigma organization. Pass summary_only=True for concise token-efficient response.
sigma_list_data_model_columnsList all columns across all elements in a data model.
sigma_list_data_model_elementsList elements in a data model.
sigma_list_data_model_lineageList lineage for a data model.
sigma_list_data_modelsList all data models in the organization. Pass summary_only=True for concise token-efficient response.
sigma_list_deployment_documentsList documents in a deployment policy.
sigma_list_deploymentsList all deployment policies.
sigma_list_filesList files/folders. Optionally filter by parentId or type ('workbook', 'folder', 'data-model', 'template').
sigma_list_materialization_schedulesList materialization schedules for a workbook.
sigma_list_member_teamsList teams a member belongs to.
sigma_list_membersList all members in the organization. Pass summary_only=True for concise token-efficient response.
sigma_list_report_elementsList elements in a report.
sigma_list_report_lineageList lineage for a report.
sigma_list_report_queriesList SQL queries in a report.
sigma_list_report_schedulesList scheduled exports for a report.
sigma_list_report_sourcesList data sources used by a report.
sigma_list_reportsList all reports in the organization.
sigma_list_shared_templatesList templates shared with your organization from other orgs.
sigma_list_source_swap_policiesList all source swap policies (rules for automatic source swapping on deployment).
sigma_list_team_membersList members of a team.
sigma_list_teamsList all teams. Pass summary_only=True for concise token-efficient response.
sigma_list_templatesList all templates in the organization.
sigma_list_tenantsList all tenant organizations (for multi-tenant deployments).
sigma_list_workbook_bookmarksList bookmarks (saved filter states) in a workbook.
sigma_list_workbook_columnsList all columns across all elements in a workbook, including formulas and types.
sigma_list_workbook_controlsList control elements (filters, parameters) in a workbook.
sigma_list_workbook_elementsList all elements (tables, charts, controls, etc.) in a workbook.
sigma_list_workbook_embedsList embed configurations for a workbook.
sigma_list_workbook_grantsList permission grants on a workbook.
sigma_list_workbook_lineageList data lineage for a workbook.
sigma_list_workbook_page_elementsList elements on a specific page of a workbook.
sigma_list_workbook_pagesList pages in a workbook.
sigma_list_workbook_queriesList generated SQL queries for all elements in a workbook.
sigma_list_workbook_schedulesList scheduled exports for a workbook.
sigma_list_workbook_sourcesList data sources used by a workbook.
sigma_list_workbooksList all workbooks in the organization. Pass summary_only=True for concise token-efficient response.
sigma_materialize_elementTrigger materialization for a workbook. Pass elementId in body if needed.
sigma_remove_workbook_tagwrite actionRemove a tag from a workbook. Requires confirm=True.
sigma_restore_workbook_versionRestore a workbook to a previous version.
sigma_save_template_from_workbookSave a workbook as a reusable template.
sigma_swap_data_model_sourcesSwap data sources for a data model.
sigma_swap_report_sourcesSwap data sources on a report. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.
sigma_swap_template_sourcesSwap data sources on a template. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.
sigma_swap_workbook_sourcesSwap data sources for a workbook. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.
sigma_sync_connectionForce Sigma to re-index a warehouse path. Pass empty list for full sync.
sigma_tag_data_modelApply a version tag to a data model by tag NAME. The Sigma API takes the tag name here, not its ID.
sigma_tag_workbookApply a version tag to a workbook by tag NAME (e.g. 'Production'). The Sigma API takes the tag name here, not its ID.
sigma_test_connectionTest connectivity for a connection.
sigma_update_data_modelwrite actionUpdate an existing data model from a JSON code representation (full replacement via PUT).
sigma_update_memberwrite actionUpdate member properties (firstName, lastName, memberType, isActive, etc.).
sigma_update_team_memberswrite actionAdd or remove members from a team. Provide lists of member IDs.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan8 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 6 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add sigma -- uvx mcp-server-sigma
mcp-server-sigma: common questions
- Is mcp-server-sigma safe?
- Mostly: it is graded B (83/100). Read the mcp-server-sigma safety report
- How do I install mcp-server-sigma?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does mcp-server-sigma need an API key?
- Yes. The registry entry asks for
SIGMA_CLIENT_ID,SIGMA_CLIENT_SECRET. - Is mcp-server-sigma maintained?
- The last commit was 6 days ago (2026-09-13). The latest release is v1.1.5.