Skip to content

Security

Free

by MCP Community

Security modules for EZMCPZ

v0.1.1Added Apr 12, 2026
mcpsecurityauthenticationrate-limitingvalidation
Works with:ClaudeGPTGeminiCopilot

Security MCP Server

Security modules for EZMCPZ

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ezmcpz/security
Add to claude_desktop_config.json
{
  "mcpServers": {
    "security": {
      "command": "npx",
      "args": ["-y", "@ezmcpz/security"]
    }
  }
}