jamf-mcp-server AGENTS.md

jamf-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from dbankscard/jamf-mcp-server. It costs 940 tokens per session, scanned A, original, MIT.

Development instructions for a Jamf MCP server and its natural-language assistant. Jamf is a service for managing company devices, while MCP is a way for an AI tool to communicate with external services.

In plain words
What is it for?
Setting environment variables, starting the agent command line tool or example, and working on its planning, safety, compliance, and Jamf communication code.
Why use it?
It gives an agent the setup steps and rules needed to connect to Jamf and carry out multi-step requests with checks, confirmations, and audit records.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/dbankscard/jamf-mcp-server/agents-md
Clone the repo
git clone --depth 1 https://github.com/dbankscard/jamf-mcp-server

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for jamf-mcp-server AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dbankscard/jamf-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/dbankscard/jamf-mcp-server/agents-md)
Your own site
<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>
Per session 940 This file is loaded in full into every session.
When invoked 940 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 79c97b387f48, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 78 lines

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.js exposed as jamf-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 with JAMF_USE_ENHANCED_MODE=true.
  • npm run build: Type-check and compile to dist/.
  • npm run serve: Run compiled server (node dist/index-main.js).
  • npm run inspector: Launch MCP Inspector on dist/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.

Read the full file on GitHub · 78 lines

Changes

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.

  1. 4d ago First seen · 78 lines · 940 tokens per session scan A 79c97b387f48

Subscribe to this mod's changes

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.

Related

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.

OpenIPC/firmware · 4,948 tokens

Tutorial_AwesomeModernCPP AGENTS.md

AGENTS.md instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 778 tokens

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.

brilliantlabsAR/brilliant_sdk · 1,817 tokens

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).

camthink-ai/NeoMind · 4,457 tokens

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.

urob/zmk-config · 1,867 tokens

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.

modelcontextprotocol/ext-apps · 3 tokens