mcp-armor

ragsvasan/mcp-armor
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Server-side security middleware for MCP servers — enforces all 12 CoSAI threat categories
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-armor": {
      "command": "uvx",
      "args": [
        "mcp-armor"
      ]
    }
  }
}

Or install with pip: pip install mcp-armor