proof of value for mcp
Config is the same across clients — only the file and path differ.
{
"inputs": [
{
"id": "jamf_client_id",
"type": "promptString",
"password": true,
"description": "Jamf Pro Client ID"
},
{
"id": "jamf_client_secret",
"type": "promptString",
"password": true,
"description": "Jamf Pro Client Secret"
}
],
"mcpServers": {
"jamfpro": {
"env": {
"JAMF_CLIENT_ID": "${input:jamf_client_id}",
"JAMF_CLIENT_SECRET": "${input:jamf_client_secret}"
},
"args": [
"run",
"-i",
"--rm",
"-e",
"JAMF_INSTANCE_URL=https://your-instance.jamfcloud.com",
"-e",
"JAMF_CLIENT_ID=${input:jamf_client_id}",
"-e",
"JAMF_CLIENT_SECRET=${input:jamf_client_secret}",
"ghcr.io/deploymenttheory/jamfpro-mcp-server:latest"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository serves as a Default Template Repository according official [GitHub Contributing Guidelines][ProjectSetup] for healthy contributions. It brings you clean default Templates for several areas:
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for Jamfpro Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository serves as a Default Template Repository according official [GitHub Contributing Guidelines][ProjectSetup] for healthy contributions. It brings you clean default Templates for several areas:
.azuredevops\PULL_REQUEST_TEMPLATE.md).pipelines/pipeline.yml).github/PULL_REQUEST_TEMPLATE.md).github/CODEOWNERS) adjust usernames once cloneddocs/).gitignore).gitattributes)CHANGELOG.md)CODE_OF_CONDUCT.md)CONTRIBUTING.md)LICENSE) adjust projectname once clonedREADME.md)SECURITY.md)You can generate a new repository with the same directory structure and files as an existing repository. More details can be found [here][CreateFromTemplate].
If you find any bugs, please file an issue in the [GitHub Issues][GitHubIssues] page. Please fill out the provided template with the appropriate information.
If you are taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. Thank you!
If there is a feature you would like to see in here, please file an issue or feature request in the [GitHub Issues][GitHubIssues] page to provide direct feedback.
If you would like to become an active contributor to this repository or project, please follow the instructions provided in [CONTRIBUTING.md][Contributing].
The Jamf Pro MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Jamf Pro APIs, enabling advanced automation and interaction capabilities for AI tools and applications.