agent-comm-mcp-server CLAUDE.md

agent-comm-mcp-server CLAUDE.md is an instructions file for coding agents from jerfowler/agent-comm-mcp-server. It costs 7,445 tokens per session, scanned A, original, MIT.

A project guide for an MCP server that lets AI agents communicate, delegate tasks, and track work. MCP is a standard way for AI tools to connect to external services and capabilities.

In plain words
What is it for?
Use it when developing or reviewing the standalone TypeScript agent-communication server, including its task delegation, progress tracking, diagnostics, and Node.js package structure.
Why use it?
It explains the package’s architecture and design rules before an agent changes it. This helps preserve details such as simultaneous work and hiding file paths behind context IDs.

Instructions file

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/jerfowler/agent-comm-mcp-server/claude-md
Clone the repo
git clone --depth 1 https://github.com/jerfowler/agent-comm-mcp-server

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 agent-comm-mcp-server CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jerfowler/agent-comm-mcp-server/claude-md.svg)](https://agentmods.dev/instructions/jerfowler/agent-comm-mcp-server/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jerfowler/agent-comm-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/jerfowler/agent-comm-mcp-server/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 7,445 This file is loaded in full into every session.
When invoked 7,445 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.07445 $0.07445
Opus 5 $0.03723 $0.03723
Sonnet 5 $0.01489 $0.01489
Haiku 4.5 $0.00745 $0.00745

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

Security

Grade A, and why

agent-comm-mcp-server CLAUDE.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 3d 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.

CLAUDE.md · 896 lines

How it starts

The opening of the file, as written. The whole thing — 896 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md - Agent Communication MCP Server

This file provides guidance to Claude Code when working with the agent-comm-mcp-server NPM package.

Project Overview

Name: @jerfowler/agent-comm-mcp-server
Purpose: MCP server for AI agent task communication and delegation with diagnostic lifecycle visibility
Author: Jeremy Fowler
License: MIT

This is a standalone TypeScript NPM package that implements a Model Context Protocol (MCP) server enabling Claude Code to coordinate multiple specialized agents, track their progress in real-time, and understand exactly how they approach and solve complex tasks.

Repository Context

Architecture

Core Design Principles

  • Zero File Path Exposure: Agents never see file paths, only clean context IDs
  • Non-Blocking Operations: All agents can work simultaneously
  • Context-Based Abstraction: Clean task descriptions automatically generated
  • Diagnostic Visibility: Monitor without controlling execution flow

Component Hierarchy

MCP SDK Layer (JSON-RPC communication)
    ↓
Tool Layer (17 specialized MCP tools)
    ↓
Core Layer (TaskContextManager, ConnectionManager, EventLogger)
    ↓
Utility Layer (FileSystem, LockManager, TaskManager, validation)
    ↓
Storage Layer (File system with locking coordination)

Task Lifecycle

INIT → PLAN → PROGRESS → DONE/ERROR
  ↓      ↓        ↓         ↓
Context-based workflow with diagnostic visibility

Comprehensive TypeScript Strict Mode Enforcement System

This project implements a multi-layered enforcement system to permanently eliminate TypeScript strict mode violations, 'any' types, and direct fs-extra imports. This system prevents the "never ending cycle of fix, break, repeat" through comprehensive validation at multiple checkpoints.

Read the full file on GitHub · 896 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. 3d ago First seen · 896 lines · 7,445 tokens per session scan A fd760c334f1a

Subscribe to this mod's changes

agent-comm-mcp-server CLAUDE.md is an instructions file published in the GitHub repository jerfowler/agent-comm-mcp-server (2 stars, last pushed 11mo ago), licensed MIT. It adds 7,445 tokens to every session, about $0.0372 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-31.