Back to MCP directory
publicPublicdnsLocal runtime

Nmap Network Scanner

一个简单的MCP服务器,用于与NMAP通信。

article

README

🚀 NMAP MCP 服务器

这是一个简单的 MCP 服务器,主要用于与 NMAP 进行通信,为相关操作提供便利。

🚀 快速开始

环境准备与项目启动

以下是启动 NMAP MCP 服务器的详细步骤:

# 创建虚拟环境
venv venv

# 激活虚拟环境
source venv/bin/activate

# 安装包到编辑模式
pip install -e .

# 运行 MCP 服务器
mcp dev src/server.py

✨ 演示

nmap-mcp.gif

📚 资源

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client