Back to Home
dgdocker icon

sigma-mcp-server

Verified Safe

by dgdocker

Overview

This server provides a Model Context Protocol (MCP) interface to Sigma Computing's REST API, enabling programmatic access to workbooks, datasets, and user management for AI agents and other applications.

Installation

Run Command
docker run -d --name sigma-mcp-server -p 8000:8000 -e SIGMA_CLIENT_ID="your_client_id" -e SIGMA_CLIENT_SECRET="your_client_secret" -e SIGMA_BASE_URL="https://aws-api.sigmacomputing.com" sigma-mcp-server

Environment Variables

  • SIGMA_CLIENT_ID
  • SIGMA_CLIENT_SECRET
  • SIGMA_BASE_URL

Security Notes

The server uses environment variables for sensitive API credentials, avoiding hardcoding. It explicitly handles httpx request failures. However, when run in HTTP/SSE transport mode, it enables CORS for all origins (*) by default, as noted in its own documentation (TRANSPORT_GUIDE.md). This creates a network security risk if not deployed behind a VPN, a secure proxy, or with tightly controlled network access. The server itself does not implement additional authentication layers on its exposed HTTP endpoint, relying on external infrastructure for security in production deployments.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-17

Tags

data-analyticsbusiness-intelligencesigma-computingapi-integrationworkbook-management