santa-mcp
6
The santa-mcp project is a proof of concept MCP Server designed to demonstrate connectivity and interaction with the Santa application using a Model Context Protocol client. It is not production-ready and is intended for demonstration purposes only.
santa-mcp
A PoC MCP Server for Santa.
What is this?
This is a Proof of Concept Model Context Protocol server for santactl. It enables connection and interaction with Santa via an LLM that implements an MCP client.
Quickstart
- Install Claude Desktop if you don't already have it.
- Run make.
- Copy the santa-mcp binary to your system.
- Edit the claude_desktop_config.json to point to the binary path.
- Copy the configuration file to ~/Library.
- Open Claude desktop and see available tools: santactl_fileinfo, santactl_status, santactl_sync, santactl_version.
Dependencies
This depends on MCP Golang.