inspector-assessment

bryankthompson/inspector-assessment
★ 0 stars TypeScript Security Updated 2d ago
This is an enhanced fork of Anthropic's MCP Inspector with significantly expanded assessment capabilities for MCP server validation and testing. MCP Inspector with Assessment Module - Enhanced security testing, documentation analysis, and compliance scoring
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": {
    "inspector-assessment": {
      "command": "npx",
      "args": [
        "-y",
        "bryankthompson/inspector-assessment"
      ]
    }
  }
}

README Excerpt

An experimental fork of [Anthropic's MCP Inspector](https://github.com/modelcontextprotocol/inspector) that explored automated stress-testing and security assessment of MCP servers. This project is no longer actively developed. It served as an experimental exploration of whether automated injection testing could effectively validate MCP server security. The findings from this work informed subsequent approaches to MCP server review.