MCP Server
MCP
io.github.TheBarmaEffect/glassbox-framework
Runtime constitutional verification for AI answers — claim reasoning, ECS, red team, audits.
Install
npx -y @glassbox-framework/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@glassbox-framework/mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Anthropic API key (sk-ant-...). Required for the claim extractor, red team, constitution engines, and ECS coherence checks. One v1 tool (generate_trust_card) works without an API key — it's pure assembly + deterministic audit hashing.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Override the Claude model used by the verification engines. Defaults to claude-sonnet-4-6.",
"format": "string",
"default": "claude-sonnet-4-6",
"name": "GLASSBOX_MODEL"
},
{
"description": "Per-engine-call max-tokens cap. Defaults to 2048; raise for verifying long-form content.",
"format": "string",
"default": "2048",
"name": "GLASSBOX_MAX_TOKENS"
},
{
"description": "ECS aggregation mode: arithmetic (weighted mean, default) or geometric (stricter — any zero dimension collapses the total).",
"format": "string",
"default": "arithmetic",
"name": "GLASSBOX_ECS_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment