MCP-SHIELD

urcuqui/MCP-SHIELD
★ 1 stars Python 🤖 AI/LLM Updated today
A research-driven framework to analyze, exploit, and harden MCP servers powering AI agents. Includes vulnerability discovery, adversarial testing, and resilience techniques to secure tool execution, memory, and multi-step agent workflows.
View on GitHub →

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-shield": {
      "command": "uvx",
      "args": [
        "mcp-shield"
      ]
    }
  }
}

Or install with pip: pip install mcp-shield