Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/dbankscard/jamf-mcp-server/agents-mdgit clone --depth 1 https://github.com/dbankscard/jamf-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/dbankscard/jamf-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/dbankscard/jamf-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/dbankscard/jamf-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00940 | $0.00940 |
| Opus 5 | $0.00470 | $0.00470 |
| Sonnet 5 | $0.00188 | $0.00188 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
jamf-mcp-server AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jamf AI Agent
Overview
The Jamf AI Agent is an intelligent assistant that uses natural language processing to interact with the Jamf MCP server. It can understand complex requests, plan multi-step operations, and execute them autonomously while ensuring safety and compliance.
Quick Start
# Set required environment variables
export JAMF_URL="https://your-instance.jamfcloud.com"
export JAMF_CLIENT_ID="your-client-id"
export JAMF_CLIENT_SECRET="your-client-secret"
export OPENAI_API_KEY="your-openai-api-key"
# Run the agent CLI
npm run agent
# Or run the example
npm run agent:example
Architecture
The agent is built with a modular architecture:
- Core: Agent orchestration, configuration, context management, and task execution
- AI Integration: Support for multiple AI providers (OpenAI, Anthropic, local models)
- MCP Communication: Client wrapper for communicating with the Jamf MCP server
- Task Management: Planning, validation, and execution of multi-step tasks
- Safety & Compliance: Rules engine, audit logging, and confirmation handling
- Interfaces: CLI, REST API, and WebSocket for different interaction modes
See src/agent/README.md for detailed documentation.
Repository Guidelines
Project Structure & Modules
src/: TypeScript source. Key entries:index-main.ts(CLI/server),index.ts(MCP server),tools/,resources/,prompts/,utils/.src/agent/: AI Agent modules for natural language interaction with Jamf MCP server.src/__tests__/: Jest tests (unit, integration, fixtures, helpers).dist/: Build output (generated). Binary:dist/index-main.jsexposed asjamf-mcp-server.docs/: Feature and error-handling docs.examples/: sample flows.
Build, Test, and Development
npm run dev: Start MCP server from TS (tsx src/index-main.ts).npm run dev:enhanced: Dev mode withJAMF_USE_ENHANCED_MODE=true.npm run build: Type-check and compile todist/.npm run serve: Run compiled server (node dist/index-main.js).npm run inspector: Launch MCP Inspector ondist/index-main.js.npm test/npm run test:watch/npm run test:coverage: Run Jest tests and coverage.npm run lint/npm run lint:fix: Lint TypeScript sources.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 78 lines · 940 tokens per session scan A 79c97b387f48
jamf-mcp-server AGENTS.md is an instructions file published in the GitHub repository dbankscard/jamf-mcp-server (34 stars, last pushed 1mo ago), licensed MIT. It adds 940 tokens to every session, about $0.0047 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
firmware CLAUDE.md
Claude Code instructions for OpenIPC/firmware, covering claude.md, what this is, before you start: is this the right repository?, build and common tasks.
Tutorial_AwesomeModernCPP AGENTS.md
AGENTS.md instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).
brilliant_sdk AGENTS.md
Instructions for brilliantlabsAR/brilliant_sdk, covering brilliant sdk — agent guide, how an app works (the pattern behind everything), minimal reading paths, verify without hardware and testing.
NeoMind CLAUDE.md
Claude Code instructions for camthink-ai/NeoMind, covering neomind — edge ai platform for iot, development commands, ecosystem repositories, extension package contract (.nep) and device type template contract (json).
zmk-config AGENTS.md
AGENTS.md instructions for urob/zmk-config, covering customization guide, ground rules, how the multi-board layout works, adding a new board and where to change what.
ext-apps CLAUDE.md
Claude Code instructions for modelcontextprotocol/ext-apps, a project described as: Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers.