Skip to content
Cursor

glassbox framework for Cursor

io.github.thebarmaeffect/glassbox-framework

Runtime constitutional verification for AI answers — claim reasoning, ECS, red team, audits.

client:Cursor transport:stdio runtime:npm

Install glassbox framework in Cursor

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

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

{
  "mcpServers": {
    "glassbox-framework": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@glassbox-framework/mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GLASSBOX_MODEL": "<GLASSBOX_MODEL>",
        "GLASSBOX_MAX_TOKENS": "<GLASSBOX_MAX_TOKENS>",
        "GLASSBOX_ECS_MODE": "<GLASSBOX_ECS_MODE>"
      }
    }
  }
}

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

glassbox framework in other clients