host-scanning-mcp-server

GitZhiQing/host-scanning-mcp-server

3.1

If you are the rightful owner of host-scanning-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Host Scanning MCP Server is a simple Model Context Protocol server designed to assist AI in performing basic host scanning tasks.

Host Scanning MCP Server

简单的 MCP Server,可帮助 AI 完成简单的主机扫描工作。

demo1

使用

clone 项目到本地,然后在支持 MCP 的 Agent 应用中导入即可。

通过 json 导入:

{
  "mcpServers": {
    "host-scanning": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/project/directory",
        "run",
        "run.py"
      ]
    }
  }
}

通过命令导入:

uv --directory /path/to/project/directory run run.py

Cherry Studio 为例:

usage1