MCP.so
登录

Server-Inspection-MCP

@b3nguang

关于 Server-Inspection-MCP

服务器巡检 MCP

基本信息

分类

其他

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

b3nguang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Server-Inspection-MCP?

Server-Inspection-MCP is a server inspection tool that pairs an agent program on the server with an MCP program on a PC. It is designed for remote server patrol and monitoring.

How to use Server-Inspection-MCP?

Configure the MCP server by editing your mcpServers JSON block: set command to uv and provide args with --directory your_path run main.py. The server runs the agent program, and the PC runs the MCP program.

Key features of Server-Inspection-MCP

  • Server-side inspection agent program
  • PC-side MCP program
  • WebSocket connection (planned)
  • RSA encryption (planned)

Use cases of Server-Inspection-MCP

  • Remote server health and status inspection
  • Automated patrol of multiple servers via agent-MCP pairing

FAQ from Server-Inspection-MCP

How does Server-Inspection-MCP communicate?

The README lists a planned WebSocket connection for communication and RSA encryption for security.

What is the runtime requirement?

The MCP program uses uv to run main.py from a specified directory. Python is assumed.

What is the architecture?

The server runs an agent program, and the PC runs the MCP program. They communicate over the planned WebSocket connection.

Are WebSocket and RSA fully implemented?

They appear as unchecked to‑do items, indicating they are planned but not yet implemented in the current version.

评论

其他 分类下的更多 MCP 服务器