Hi Jamf Nation! 👋
I'm excited to share an open source tool our team built:Â Jamf Docs MCP Server
What is it?
An MCP (Model Context Protocol) server that gives AI assistants like Claude direct access to Jamf documentation from docs.jamf.com. Instead of copy-pasting documentation or switching between windows, you can ask your AI assistant questions and it will search and retrieve the official Jamf docs automatically.
Features
- Search across all Jamf product documentation (Pro, School, Connect, Protect)
- Fetch full article content in Markdown format
- Browse documentation structure by product
- Built-in caching for faster responses
Quick Start
npx @get-technology-inc/jamf-docs-mcp-serverOr add to your Claude Desktop config:
{
"mcpServers": {
"jamf-docs": {
"command": "npx",
"args": ["-y", "@get-technology-inc/jamf-docs-mcp-server"]
}
}
}Example Prompts
- "Search for SSO configuration in Jamf Pro"
- "How do I set up MDM enrollment?"
- "Show me the Jamf Protect documentation structure"
Links
- GitHub:Â https://github.com/GET-Technology-Inc/jamf-docs-mcp-server
- npm:Â https://www.npmjs.com/package/@get-technology-inc/jamf-docs-mcp-server
Requirements:Â Node.js 20.0.0+
Â
Disclaimer: This is an unofficial community tool, not affiliated with or endorsed by Jamf. Please use responsibly and respect Jamf's terms of service.
Â
We'd love your feedback! Feel free to open issues or contribute on GitHub.
Cheers,
GET Technology Inc.
