Review Security
MCP Serverby ssiumha · Added 5mo ago
Claude
9
Install
git clone https://github.com/ssiumha/dotsAdd to Claude
claude mcp add review-securityQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"review-security": {
"command": "npx",
"args": [
"@modelcontextprotocol/review-security"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Reviews code for security vulnerabilities. Use when implementing auth, handling user input, adding APIs, or before deployment. Checks OWASP Top 10, credentials, injection.
Tags
developmentjavascriptpythonrustgoskill