OpenVAS-MCP

CyberSecAuto-Labs/OpenVAS-MCP
★ 1 stars Python 🔒 Security Updated 1d ago
MCP server that bridges AI agents to OpenVAS / Greenbone Vulnerability Management.
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": {
    "openvas-mcp": {
      "command": "uvx",
      "args": [
        "openvas-mcp"
      ]
    }
  }
}

Or install with pip: pip install openvas-mcp

README Excerpt

A self-hosted MCP server that gives AI agents structured access to [OpenVAS / Greenbone](https://github.com/greenbone/openvas-scanner) vulnerability scanning — without sending your data anywhere. OpenVAS has no native interface for AI agents. Most integrations require cloud connectivity or expose GVM credentials to every client. OpenVAS-MCP solves this:

Tools (11)

GVM_HOSTGVM_PASSWORDGVM_SOCKET_PATHMCP_API_KEYSMCP_TRANSPORTcreate_targetfetch_scan_resultsget_scan_statuslist_targetslist_tasksstart_scan

Topics

aimcp-serveropenvassecurity-automationvulnerability-managementvulnerability-scanners