coding-tools-mcp AGENTS.md

Repository instructions for Coding Tools MCP, a monorepo containing a Python tool server, desktop client, integrations, packages, benchmarks, and documentation. A monorepo is one repository containing several related projects.

In plain words
What is it for?
Use them when modifying the MCP server, desktop app, tunnels, Cloudflare worker, npm launcher, benchmarks, reports, scripts, or documentation.
Why use it?
They help developers change the correct project area while preserving public commands, import paths, data formats, and release behavior.

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/xytom/coding-tools-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/xyTom/coding-tools-mcp

Made for: Codex, OpenCode.

Per session 329 This file is loaded in full into every session.
When invoked 329 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.00329 $0.00329
Opus 5 $0.00164 $0.00164
Sonnet 5 $0.00066 $0.00066
Haiku 4.5 $0.00033 $0.00033

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

Security

Grade A, and why

coding-tools-mcp 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 2d 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 · 25 lines

What it actually says

Coding Tools MCP repository guide

This repository is a monorepo. Keep changes inside the narrowest owning subtree and avoid creating cross-component coupling unless the feature requires it.

Repository map

  • coding_tools_mcp/: core Python MCP runtime and public server behavior.
  • apps/desktop-client/: desktop client UI and desktop runtime integration.
  • integrations/tunnels/: user-facing tunnel launchers for remote MCP access.
  • infra/cloudflare/sandbox-control/: Cloudflare Worker control plane paired with .github/workflows/start-sandbox.yml.
  • packages/npm-launcher/: thin npm launcher for the Python package.
  • media/promo-video/: Remotion source for the project promo video.
  • benchmarks/: benchmark runners and fixtures.
  • reports/: generated/published benchmark and compliance results.
  • docs/: user, contributor, architecture, and reference documentation.
  • scripts/: repository maintenance, validation, installation, release, and report-generation scripts. Do not put user-facing runtime integrations here.

Standing rules

  1. Preserve public CLI names, Python import paths, protocol schemas, and release behavior unless a task explicitly requires a breaking change.
  2. Keep one authoritative home for each fact; link to it instead of copying long explanations between documents.
  3. Changes to infra/cloudflare/sandbox-control/ and .github/workflows/start-sandbox.yml may form one interface contract. Update and validate them together.
  4. Prefer subtree-specific instructions when present.
  5. Run the narrowest relevant checks first, then broader checks when tooling is available.
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. 2d ago First seen · 25 lines · 329 tokens per session scan A 6cdb491c8d9e

Subscribe to this mod's changes

coding-tools-mcp AGENTS.md is an instructions file published in the GitHub repository xyTom/coding-tools-mcp (956 stars, last pushed 9d ago), licensed Apache-2.0. It adds 329 tokens to every session, about $0.0016 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

EchoBird AGENTS.md

AGENTS.md instructions for edison7009/EchoBird, covering agents.md — echobird, project shape, ci gates (must pass locally before pushing), lesson (learned the hard way) and verification habits.

edison7009/EchoBird · 786 tokens

Agentkey AGENTS.md

Instructions for chainbase-labs/Agentkey, covering agents.md, what this repo is, directory structure, key commands and test a local edit against every detected agent.

chainbase-labs/Agentkey · 3,953 tokens

superdesign-skill AGENTS.md

Instructions for superdesigndev/superdesign-skill, covering project agent memory, what this repo is, skill flow invariant: two entry paths, ground truth for cli behavior and plugin packaging & release.

superdesigndev/superdesign-skill · 1,698 tokens

iPolloWork AGENTS.md

AGENTS.md instructions for Devin-AXIS/iPolloWork, covering agents.md, what ipollowork is, core philosophy, pull request expectations (fast merge) and validate every experience.

Devin-AXIS/iPolloWork · 1,422 tokens

seektty AGENTS.md

Instructions for Hilbert-beinghappy/seektty: This repository ships one out-of-tree DeepSeek Harness Bundle. Harness remains the only owner of Agent, Session, model, settings, permissions, Profile, plugin, and persistence state.

Hilbert-beinghappy/seektty · 156 tokens

causal-memory CLAUDE.md

Instructions for JingxuanC/causal-memory, covering causal memory mcp integration, causal memory integration, after acting on a decision and observing the result, when something fails unexpectedly and when a recorded lesson turns out to be wrong.

JingxuanC/causal-memory · 511 tokens