An MCP server that gives AI assistants (Claude, Cursor, etc.) direct access to Jamf official documentation. Ask Jamf-related questions and get answers based on the latest docs from learn.jamf.com.
Supported Products: Jamf Pro, Jamf School, Jamf Connect, Jamf Protect
Edit claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jamf-docs": {
"command": "npx",
"args": ["-y", "@get-technology-inc/jamf-docs-mcp-server"]
}
}
}Restart Claude Desktop to apply.
claude mcp add jamf-docs -- npx -y @get-technology-inc/jamf-docs-mcp-serverEdit ~/.cursor/mcp.json:
{
"mcpServers": {
"jamf-docs": {
"command": "npx",
"args": ["-y", "@get-technology-inc/jamf-docs-mcp-server"]
}
}
}Test with MCP Inspector:
npx @modelcontextprotocol/inspector npx -y @get-technology-inc/jamf-docs-mcp-serverOnce configured, just ask your AI assistant:
- "How do I configure SSO in Jamf Pro?"
- "What are the system requirements for Jamf Protect?"
- "Explain the MDM enrollment process"
| Tool | Description |
|---|---|
jamf_docs_search |
Search documentation |
jamf_docs_get_article |
Get article content |
jamf_docs_get_toc |
Get table of contents |
jamf_docs_list_products |
List supported products |
Static reference data accessible without tool calls:
| Resource | Description |
|---|---|
jamf://products |
List of products with version info |
jamf://topics |
Topic categories for filtering |
- Compact Mode: Use
outputMode: "compact"for token-efficient responses - Summary Only: Use
summaryOnly: trueto preview articles before fetching full content - Version Query: Use
versionparameter to query specific product versions - Search Suggestions: Get helpful suggestions when no results found
Optional environment variables:
| Variable | Description | Default |
|---|---|---|
CACHE_DIR |
Cache directory | .cache |
REQUEST_TIMEOUT |
Request timeout (ms) | 15000 |
CACHE_TTL_ARTICLE |
Article cache TTL (ms) | 86400000 (24hr) |
git clone https://github.com/GET-Technology-Inc/jamf-docs-mcp-server.git
cd jamf-docs-mcp-server
npm install
npm run devMIT - Copyright (c) 2025 GET Technology Inc.
This is an unofficial tool and is not affiliated with Jamf.