用于Santa的PoC MCP服务器。
[!警告] 这仅作为演示用途,并不适合生产环境。它不是North Pole Security官方支持的产品。
这是一个概念验证的模型上下文协议服务器,适用于santactl。
它允许您通过实现MCP客户端的LLM连接并驱动Santa。
如果您还没有安装,请安装Claude Desktop。
运行 make
将santa-mcp二进制文件复制到系统中的某个位置
编辑claude_desktop_config.json以指向上一步中的路径
将claude_desktop_config.json文件复制到您的~/Library
cp claude_desktop_config.json ~/Library/Application\ Support/Claude/打开Claude桌面,您应该看到4个工具
santactl_fileinfo
santactl_status
santactl_sync
santactl_version
向其询问关于Santa的问题,例如为什么Santa会阻止osascript?
这依赖于MCP Golang。