Skip to content
Zed

mcp-server-sigma for Zed

io.github.christianclaudio/sigma

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

client:Zed transport:stdio runtime:pypi

Install mcp-server-sigma in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "sigma": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp-server-sigma in other clients