mcp-security-seo-auditor

AhmetCODE32/mcp-security-seo-auditor
★ 0 stars JavaScript 🔒 Security Updated 7d ago
A comprehensive Model Context Protocol (MCP) server that audits your code for security leaks (XSS, API keys) and SEO optimization with persistent logs
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-security-seo-aud": {
      "command": "npx",
      "args": [
        "-y",
        "AhmetCODE32/mcp-security-seo-auditor"
      ]
    }
  }
}