mcp-server-sigma
Rank #13,152io.github.christianclaudio/sigma
MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.
mcp-server-sigma is a Model Context Protocol (MCP) server published by christianclaudio. It ranks #13,152 of 115,591 servers tracked on MCP Toplist. mcp-server-sigma is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 102,439 of 115,591 servers on MCP Toplist.
Use mcp-server-sigma
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sigma -e "SIGMA_CLIENT_ID=<your SIGMA_CLIENT_ID>" -e "SIGMA_CLIENT_SECRET=<your SIGMA_CLIENT_SECRET>" -e "SIGMA_API_BASE_URL=<your SIGMA_API_BASE_URL>" -- uvx mcp-server-sigmaReplace each placeholder with your own value before saving.
[mcp_servers.sigma]
command = "uvx"
args = ["mcp-server-sigma"]
[mcp_servers.sigma.env]
SIGMA_CLIENT_ID = "<your SIGMA_CLIENT_ID>"
SIGMA_CLIENT_SECRET = "<your SIGMA_CLIENT_SECRET>"
SIGMA_API_BASE_URL = "<your SIGMA_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigma": {
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "<your SIGMA_CLIENT_ID>",
"SIGMA_CLIENT_SECRET": "<your SIGMA_CLIENT_SECRET>",
"SIGMA_API_BASE_URL": "<your SIGMA_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigma": {
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "<your SIGMA_CLIENT_ID>",
"SIGMA_CLIENT_SECRET": "<your SIGMA_CLIENT_SECRET>",
"SIGMA_API_BASE_URL": "<your SIGMA_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sigma": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "<your SIGMA_CLIENT_ID>",
"SIGMA_CLIENT_SECRET": "<your SIGMA_CLIENT_SECRET>",
"SIGMA_API_BASE_URL": "<your SIGMA_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigma": {
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "<your SIGMA_CLIENT_ID>",
"SIGMA_CLIENT_SECRET": "<your SIGMA_CLIENT_SECRET>",
"SIGMA_API_BASE_URL": "<your SIGMA_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigma": {
"command": "uvx",
"args": [
"mcp-server-sigma"
],
"env": {
"SIGMA_CLIENT_ID": "<your SIGMA_CLIENT_ID>",
"SIGMA_CLIENT_SECRET": "<your SIGMA_CLIENT_SECRET>",
"SIGMA_API_BASE_URL": "<your SIGMA_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.christianclaudio%2Fsigma)<a href="https://mcptoplist.com/server/io.github.christianclaudio%2Fsigma"><img src="https://mcptoplist.com/badge/io.github.christianclaudio%2Fsigma.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
christianclaudio
Other servers by christianclaudio
View all christianclaudio servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | Aug 30, 2026 |
| 1.1.0 | Aug 28, 2026 |
| 1.0.5 | Aug 15, 2026 |
| 1.0.4 | Aug 9, 2026 |
Frequently asked questions
- Who maintains mcp-server-sigma?
- mcp-server-sigma is maintained by christianclaudio, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is mcp-server-sigma listed on the Official MCP Registry?
- Yes — mcp-server-sigma is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-server-sigma have?
- MCP Toplist tracks 4 versions of mcp-server-sigma, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-server-sigma?
- The source code for mcp-server-sigma is hosted at github.com/christianclaudio/mcp-server-sigma.