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/andy5090/central-mcp/claude-mdgit clone --depth 1 https://github.com/andy5090/central-mcpWrote 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/andy5090/central-mcp/claude-md)<a href="https://agentmods.dev/instructions/andy5090/central-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/andy5090/central-mcp/claude-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.01827 | $0.01827 |
| Opus 5 | $0.00914 | $0.00914 |
| Sonnet 5 | $0.00365 | $0.00365 |
| Haiku 4.5 | $0.00183 | $0.00183 |
Grade C, and why
central-mcp CLAUDE.md scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
5. `rm -rf dist && uv build`. This is a copy
88% identical to central-mcp AGENTS.md — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
central-mcp — development guide
You are working on the central-mcp codebase itself. This file is for contributors (human or agent) editing the source tree. The runtime orchestrator instructions — the ones that describe how dispatch / check_dispatch should be used and what the observation layer does — live separately in src/central_mcp/data/{CLAUDE,AGENTS}.md and get copied to ~/.central-mcp/ on first launch. Don't confuse the two roles:
| File path | Role | Audience |
|---|---|---|
src/central_mcp/data/{CLAUDE,AGENTS}.md |
Runtime, shipped with the wheel | Orchestrator agent running inside a user's ~/.central-mcp/ session |
/{CLAUDE,AGENTS}.md (repo root) |
Dev-mode, NOT shipped | Anyone editing central-mcp's source |
What central-mcp is
A Python MCP server + CLI that acts as an orchestrator-agnostic dispatch hub across a user's registered projects. Each project is associated with a coding-agent CLI (claude / codex / gemini / droid / opencode). Dispatches are non-blocking subprocesses in the project's cwd; results stream to ~/.central-mcp/logs/<project>/dispatch.jsonl and can be tailed via central-mcp watch <project>.
Primary surfaces:
- MCP tools (
dispatch,check_dispatch,list_projects,orchestration_history,reorder_projects, …) — defined insrc/central_mcp/server.py. - CLI subcommands (
run,up,tmux,zellij,down,watch,upgrade,add,remove,list,brief,install,alias,unalias,reorder,init,serve) — wired insrc/central_mcp/cli/__init__.py, implementation insrc/central_mcp/cli/_commands.py.
Repo layout
src/central_mcp/
cli/
__init__.py argparse + entry point (`central-mcp`, `cmcp`)
_commands.py cmd_* handlers + shared helpers
adapters/base.py per-agent launch / session-list logic
server.py MCP tool definitions (stdio)
registry.py registry.yaml load / save / reorder
layout.py tmux multi-pane layout builder
zellij.py zellij KDL layout builder
grid.py shared terminal-size-derived pane math (tmux + zellij)
watch.py `central-mcp watch` jsonl streamer
session_info.py which-multiplexer-is-active stamp
paths.py $CENTRAL_MCP_HOME resolution cascade
data/
CLAUDE.md RUNTIME orchestrator guideline (shipped)
AGENTS.md RUNTIME orchestrator guideline (shipped)
tests/ pytest suite (run: `uv run --no-sync pytest`)
docs/
ROADMAP.md phases / intent
architecture/ deeper dives (gemini session storage, etc.)
CHANGELOG.md Keep-a-Changelog; top block = unreleased when in-flight
pyproject.toml `version = "X.Y.Z"` (hatchling)
README.md / README_KO.md user-facing docs; absolute image URLs so PyPI renders them
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 · 86 lines · 1,827 tokens per session scan C 51a750ef61b3
central-mcp CLAUDE.md is an instructions file published in the GitHub repository andy5090/central-mcp (5 stars, last pushed 24d ago), licensed MIT. It adds 1,827 tokens to every session, about $0.0091 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). It is 88% identical to central-mcp AGENTS.md, differing in 4 lines, and is treated as a copy.
Other instructions, from other repositories
franke_skills AGENTS.md
Instructions for boldprojekte/franke_skills: Release = VERSION + CHANGELOG + Commit + Tag + gh release create — ohne das Release-Objekt sieht der User nichts im Repo.
good-bad-ugly AGENTS.md
AGENTS.md instructions for XyndoX/good-bad-ugly, covering good-bad-ugly — tiered multi-agent orchestration, tiers, the loop, big features: spec → plan → execute and external-system discipline.
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
workflow AGENTS.md
AGENTS.md instructions for vercel/workflow, covering agent instructions, architecture, core components, workflow execution model and development commands.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
OpenMicro AGENTS.md
Instructions for stephenleo/OpenMicro, covering openmicro — project conventions and releases.