A comprehensive Model Context Protocol (MCP) server that audits your code for security leaks (XSS, API keys) and SEO optimization with persistent logs
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-security-seo-aud npx -y AhmetCODE32/mcp-security-seo-auditor
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-security-seo-aud": {
"command": "npx",
"args": [
"-y",
"AhmetCODE32/mcp-security-seo-auditor"
]
}
}
}