mcpbeat Sign in

Glassbox Framework MCP Server

by thebarmaeffect Your server? Claim it
local only

Glassbox Framework runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 22 · avg 8 · -30% w/w
a month agotoday
28
Installs / week
npm · @glassbox-framework/mcp
11
Stars
1 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/glassbox-mcp.js:1, [пакет] src/anthropic-client.ts:1, [пакет] src/engines/audit.ts:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(process.execPath, [tsNodeBin, indexTs], {
            self._proc = subprocess.Popen(
Executes code built at runtime research/comparison/probe/probe_nemo2.py:5
        m=__import__(f"nemoguardrails.library.{mod}.actions", fromlist=["actions"])
Sends data to a third-party sink platforms/src/slack.ts:215
  if (!url.startsWith("https://hooks.slack.com/")) throw new Error("Invalid Slack response URL.");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add glassbox-framework -- npx -y @glassbox-framework/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glassbox-framework": {
      "args": [
        "-y",
        "@glassbox-framework/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glassbox-framework]
command = "npx"
args = ["-y", "@glassbox-framework/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "glassbox-framework": {
      "args": [
        "-y",
        "@glassbox-framework/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glassbox-framework": {
      "args": [
        "-y",
        "@glassbox-framework/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (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.), GLASSBOX_MODEL (Override the Claude model used by the verification engines. Defaults to claude-sonnet-4-6.), GLASSBOX_MAX_TOKENS (Per-engine-call max-tokens cap. Defaults to 2048; raise for verifying long-form content.), GLASSBOX_ECS_MODE (ECS aggregation mode: arithmetic (weighted mean, default) or geometric (stricter — any zero dimension collapses the total).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Glassbox Framework

same job, measured the same way
Creedspace MCP Server
by creed-space

Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication.

101 installs/wk local only
Mifactory Logic Verifier
by mifactory-bot

Verify AI agent reasoning and logic for errors and contradictions. Pay-per-use.

21 installs/wk local only
Logic Server
by nocturnus

Agent reasoning, memory, and token-optimized context for AI applications.

60 installs/wk local only
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
California Bitcoin
by californiabitcoin

Bitcoin research for AI agents: free answers, specialist Q&A, verification, evidence, timelines.

12 tools answering
Ccs MCP Server
by dshcorrectover

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

552 installs/wk local only
MX Probe
by mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

899 installs/wk local only

Glassbox Framework — questions

Answers built from our own checks of this server.

Why is there no uptime for Glassbox Framework?
Glassbox Framework runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @glassbox-framework/mcp was installed 28 times last week.
How do I connect Glassbox Framework?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @glassbox-framework/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Glassbox Framework?
The npm package @glassbox-framework/mcp was installed 28 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Glassbox Framework open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 11 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.