服务器巡检 MCP 项目旨在实现服务器与 PC 之间的协同工作,通过在服务器运行 agent 程序,PC 运行 MCP 程序,达成对服务器的巡检功能。
服务器运行 agent 程序,PC 运行 MCP 程序,以下是配置文件示例:
{ "mcpServers": { "forensics ssh mcp": { "command": "uv", "args": [ "--directory", "your_path", "run", "main.py" ] } } }