crucible

reingma/crucible
★ 0 stars Rust 💻 Code/Dev Tools Updated 1d ago
Wasm based testing MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crucible": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "crucible"
      ]
    }
  }
}

README Excerpt

Project Crucible — Scope & Direction Notes 1. Core Philosophy The project should not initially aim to become a full formal verification system. That scope is too large and risks collapsing under complexity before the architecture stabilizes. Instead, the MVP should aim to become: > A deterministic contract-driven execution and adversarial testing runtime for AI-generated code.