AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Jamfmcp

mcp-liquidz00-jamfmcp · by liquidz00

An async MCP server for Jamf Pro integration providing computer health analysis

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add mcp-liquidz00-jamfmcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-liquidz00-jamfmcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Jamfmcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

JamfMCP

    

An async MCP (Model Context Protocol) server for Jamf Pro integration, providing AI assistants with tools for computer health analysis, inventory management, and policy monitoring.

> [!IMPORTANT] > > This project is currently in active development and should be considered alpha-quality software. > The API, features, and functionality are subject to change without notice. Users should expect: > > - Breaking changes between versions > - Incomplete features and documentation > - Potential bugs and unexpected behavior > - API endpoints and tool signatures may change > > Use in production environments at your own risk. Contributions and feedback are welcome!

Features

  • Computer Health Analysis: Generate comprehensive health scorecards with security compliance, CVE analysis, and system diagnostics
  • Inventory Management: Search and retrieve detailed computer inventory information
  • Policy & Configuration: Access policies, configuration profiles, scripts, and packages
  • Security Intelligence: Integrate with macadmins SOFA feed for macOS security vulnerability tracking
  • Organizational Data: Query buildings, departments, sites, network segments, and more
  • Async Architecture: Built with modern async Python for high performance

Installation

pip install jamfmcp

Quick Setup

Use the JamfMCP CLI tool for automated setup:

# For Claude Desktop
jamfmcp-cli -p claude-desktop

# For Cursor
jamfmcp-cli -p cursor

# For other platforms
jamfmcp-cli -p 

The CLI will guide you through the entire configuration process.

Documentation

For detailed installation, configuration, and usage instructions, please visit the full documentation.

Key Documentation Sections:

Important Notes for Claude Desktop Users

Claude Desktop requires uv to be installed via Homebrew on macOS. See the prerequisites documentation for critical setup requirements.

Basic Usage

Once configured, you can ask your AI assistant questions like:

  • "Generate a health scorecard for computer with serial ABC123"
  • "Find all computers that haven't checked in for 30 days"
  • "What CVEs affect computers running macOS 14.5?"
  • "List all configuration profiles and their scope"

Development

For contributors and developers:

# Clone and install for development
git clone https://github.com/liquidz00/jamfmcp.git
cd jamfmcp
make install-dev

# Run tests
make test

# For local development setup
jamfmcp-cli -p  --dev

See the development documentation for detailed contribution guidelines.

Support

Contributing

Contributions are welcome! Please see our contributing guide for details.

License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

Acknowledgments

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.