mcp-gauntlet

studiomeyer-io/mcp-gauntlet
★ 0 stars Rust Code/Dev Tools Updated today
Reliability + security testing for Model Context Protocol servers — mcp-fuzz (schema-aware fuzzer, SARIF) and mcp-storm (load tester, p50/p95/p99, CI gating) on one fast async MCP client core.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

<!-- studiomeyer-mcp-stack-banner:start --> > **Part of the [StudioMeyer MCP Stack](https://studiomeyer.io)** — Built in Mallorca 🌴 · ⭐ if you use it <!-- studiomeyer-mcp-stack-banner:end --> **A reliability + security toolkit for [Model Context Protocol](https://modelcontextprotocol.io) servers.** Two single-binary CLIs that share one fast async MCP client core:

Topics

clifuzzingload-testingmcpmodel-context-protocolrustsarifsecuritytesting