Deterministic Verification Layer for Claude & Agents (Math, Logic, SQL, Code Tools)
639
Deterministic AI Verification for Claude & Agents
Equip your LLMs with "Glass Box" verification tools (Math, Logic, SQL, Code).
QWED-MCP is a Model Context Protocol (MCP) server that gives AI assistants (like Claude Desktop, Cursor, and VS Code) the ability to verify their own reasoning.
Instead of trusting an LLM's hallucinated math or insecure code, QWED-MCP provides deterministic tools that the AI can call to validate its outputs before showing them to you.
verify_math: Symbolic math verification via SymPy. (e.g., Derivatives, Integrals, Algebra)verify_logic: Formal logic proof via Z3 Prover. (e.g., Syllogisms, Constraint Satisfaction)verify_code: AST-based security scanning for Python code.verify_sql: SQL injection detection and pattern matching.docker pull qwedai/qwed-mcp:latest
Add this to your claude_desktop_config.json to run QWED-MCP via Docker:
{
"mcpServers": {
"qwed-verification": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"qwedai/qwed-mcp:latest"
]
}
}
}
Once restarted, ask Claude:
"What is the integral of x^2? Use verify_math to check your answer."
Claude will now use the Docker container to computationally verify the result.
We welcome community contributions! This image is built automatically from the main branch.
Content type
Image
Digest
sha256:8b1fd0905…
Size
92.5 MB
Last updated
about 1 month ago
docker pull qwedai/qwed-mcp:mainPulls:
1
Last week