mcpbeat Sign in

QAE Safety Certification MCP Server

local only

QAE Safety Certification runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from pypi.

Deterministic pre-execution safety certification for autonomous AI agents.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 4 · +8% w/w
a month agotoday
27
Installs / week
pypi · qae-safety
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 qae-safety-mcp -- uvx qae-safety
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qae-safety-mcp": {
      "args": [
        "qae-safety"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qae-safety-mcp]
command = "uvx"
args = ["qae-safety"]
.cursor/mcp.json
{
  "mcpServers": {
    "qae-safety-mcp": {
      "args": [
        "qae-safety"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qae-safety-mcp": {
      "args": [
        "qae-safety"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to QAE Safety Certification

same job, measured the same way
I
Backend
by aiguardrail

Deterministic pre-trade risk checks for autonomous AI trading agents.

5 tools answering
TrigGuard
by trigguard-ai

Deterministic execution authorization for AI agents and automated systems.

24 installs/wk local only
ActionGate
by actiongate-api

Pre-execution safety layer for autonomous agent wallets via MCP and x402.

6 tools answering
A
Governance Platform
by geodesiclabs

Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.

37 tools answering
Agent Toolbox
by solhammer

26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.

39 installs/wk local only
Quesen Deterministic Agent Decision Layer
by shxnque

Deterministic decision layer for autonomous agents: reproducible PROCEED/REVIEW/SKIP verdicts.

5 tools answering
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

66 installs/wk local only
N
Think MCP
by agentutil

Intent security pre-flight checks for autonomous AI agents.

23 installs/wk local only

QAE Safety Certification — questions

Answers built from our own checks of this server.

Why is there no uptime for QAE Safety Certification?
QAE Safety Certification 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 pypi package qae-safety was installed 27 times last week.
Is QAE Safety Certification still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect QAE Safety Certification?
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 qae-safety straight from pypi; nothing to host, nothing to sign up for.
How many people use QAE Safety Certification?
The pypi package qae-safety was installed 27 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.