Skip to content
Cursor

andon for Cursor

io.github.gulmezeren2-byte/andon

Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook

client:Cursor transport:stdio runtime:pypi

Install andon in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "andon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "andon-verify"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

andon in other clients