MCP-Security-Analysis-Multi-Agent

angelica-han/MCP-Security-Analysis-Multi-Agent
★ 0 stars Python Code/Dev Tools Updated 6d ago
Multi-agent MCP server security scanner built with LangGraph — detects prompt injection, SSRF, and risky file/command access.
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-security-analysi": {
      "command": "uvx",
      "args": [
        "mcp-security-analysis-multi-agent"
      ]
    }
  }
}

Or install with pip: pip install mcp-security-analysis-multi-agent

README Excerpt

A LangGraph-powered multi-agent system that analyzes MCP (Model Context Protocol) project directories for security vulnerabilities and generates evidence-backed reports. --- Point it at any MCP server/client project directory, and it will: 1. **Scan the directory** — inventory all source files and filter out noise

Tools (1)

LLM_MODEL

Topics

ai-securitylanggraphllmmcpmulti-agent