sigma-verify

coloradored13/sigma-verify
★ 0 stars Python AI/LLM Updated today
Cross-model verification for sigma-review — MCP server wrapping OpenAI and Google AI APIs
View on GitHub → 🔍 Audit Wallet Slippage →

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-verify": {
      "command": "uvx",
      "args": [
        "sigma-verify"
      ]
    }
  }
}

Or install with pip: pip install sigma-verify