corvus

CobaltoSec/corvus
★ 0 stars Python Security Updated today
MCP server security testing framework
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": {
    "corvus": {
      "command": "uvx",
      "args": [
        "corvus"
      ]
    }
  }
}

Or install with pip: pip install corvus

README Excerpt

MCP server security testing framework. Tests MCP servers against the [OWASP MCP Top 10](https://owasp.org/www-project-top-10-for-large-language-model-applications/) — both static analysis and live dynamic probing. ``` Corvus v0.7.0 MCP Security Scanner Target : python my_mcp_server.py Transport : stdio

Tools (1)

BaseModule