Back to MCP directory
publicPublicdnsLocal runtime

Server-Inspection-MCP

服务器巡检MCP项目,通过agent程序与MCP程序实现服务器运行状态监控与管理

article

README

🚀 服务器巡检 MCP

服务器巡检 MCP 项目旨在实现服务器与 PC 之间的协同工作,通过在服务器运行 agent 程序,PC 运行 MCP 程序,达成对服务器的巡检功能。

🚀 快速开始

配置说明

服务器运行 agent 程序,PC 运行 MCP 程序,以下是配置文件示例:

{
  "mcpServers": {
    "forensics ssh mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "your_path",
        "run",
        "main.py"
      ]
    }
  }
}

待完成功能

  • [ ] WebSocket 连接
  • [ ] RSA 加密
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