sigma-mcp-server

SigmaHQ/sigma-mcp-server
★ 2 stars Python 🤖 AI/LLM Updated today
Sigma MCP server for providing tools like validation to LLMs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sigma-mcp-server": {
      "command": "uvx",
      "args": [
        "sigma-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sigma-mcp-server