Skip to content
Cursor

mcp-server-sigma for Cursor

io.github.christianclaudio/sigma

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

client:Cursor transport:stdio runtime:pypi

Install mcp-server-sigma in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "sigma": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-server-sigma in other clients