Skip to main content

Jamf Docs MCP Server: An open-source tool for AI assistants to search Jamf documentation

  • January 21, 2026
  • 0 replies
  • 69 views

h1431532403240
Forum|alt.badge.img+6

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-server

Or 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

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.