-
securityA
license-
qualityMCP server for interacting with Prometheus metrics and data.
Last updated -
8
JavaScript
MIT License
用于与 Tenable Nessus 漏洞扫描程序交互的模型上下文协议 (MCP) 服务器。该服务器允许 AI 助手通过 MCP 协议执行漏洞扫描和分析。
该服务器提供以下工具:
工具名称 | 描述 |
---|---|
list_scan_templates | 列出可用的 Nessus 扫描模板 |
start_scan | 针对目标启动新的漏洞扫描 |
get_scan_status | 检查正在运行的扫描的状态 |
get_scan_results | 获取已完成扫描的结果 |
list_scans | 列出所有扫描及其状态 |
get_vulnerability_details | 获取有关特定漏洞的详细信息 |
search_vulnerabilities | 按关键字搜索漏洞 |
默认情况下,服务器以模拟模式运行,不需要 Nessus API 密钥:
要连接到真实的 Nessus 实例,请设置以下环境变量:
然后运行服务器:
要将此服务器与 Claude for Desktop 一起使用:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
对于模拟模式,您可以省略env
部分。
src/index.ts
:主服务器入口点src/nessus-api.ts
:带有模拟回退的 Nessus API 客户端src/mock-data.ts
:用于测试的模拟漏洞数据src/tools/
:工具实现src/utils/
:实用程序函数src/tools/
中的相应文件中定义工具模式和处理程序src/index.ts
中导入并注册该工具麻省理工学院
此服务器与 Tenable 并无关联,亦未获得其认可。Nessus 是 Tenable, Inc. 的商标。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Nessus MCP 服务器
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/nessus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server