security-scanner

jayc279/security-scanner
★ 0 stars Python Security Updated today
An enterprise-ready Model Context Protocol (MCP) server built with Python FastMCP. This server exposes secure wrappers for nmap directly to Claude Code and Cursor, allowing automated workflows to query network architectures, discover open ports, fingerprint operating systems, and check for software vulnerabilities.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "security-scanner": {
      "command": "uvx",
      "args": [
        "security-scanner"
      ]
    }
  }
}

Or install with pip: pip install security-scanner

README Excerpt

An enterprise-ready Model Context Protocol (MCP) server built with Python FastMCP. This server exposes secure wrappers for nmap directly to Claude Code and Cursor, allowing automated workflows to query network architectures, discover open ports, fingerprint operating systems, and check for software vulnerabilities.