返回市场
圣人-mcp

圣人-mcp

作者:pmarkowsky6 星标更新:2025-04-01

项目介绍

santa-mcp

用于Santa的PoC MCP服务器。

这是什么?

[!警告] 这仅作为演示用途,并不适合生产环境。它不是North Pole Security官方支持的产品。

这是一个概念验证的模型上下文协议服务器,适用于santactl

它允许您通过实现MCP客户端的LLM连接并驱动Santa。

与Claude桌面的示例会话

快速开始

  • 如果您还没有安装,请安装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