Skip to content
Claude Desktop

glassbox framework for Claude Desktop

io.github.thebarmaeffect/glassbox-framework

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

client:Claude Desktop transport:stdio runtime:npm

Install glassbox framework in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "glassbox-framework": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

glassbox framework in other clients