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
{
"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