mcp-for-security
This MCP server provides a standardized interface for various security testing tools.
The MCP for Security repository contains implementations of the Model Context Protocol (MCP) for popular security tools like SQLMap, FFUF, NMAP, and Masscan. It allows users to integrate security testing and penetration testing seamlessly into AI workflows. Although this repository is no longer actively maintained, it serves as a foundational resource for understanding how to leverage these tools in a standardized manner. Users can utilize the provided Docker image to run the MCP servers, making it easier to access and manage different security tools. The project emphasizes community-driven development and aims to enhance the capabilities of cybersecurity through the integration of AI-driven solutions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-for-security": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-for-security"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions