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/ojspace/md-anything/claude-mdgit clone --depth 1 https://github.com/ojspace/md-anythingWrote 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/ojspace/md-anything/claude-md)<a href="https://agentmods.dev/instructions/ojspace/md-anything/claude-md"><img src="https://agentmods.dev/badge/instructions/ojspace/md-anything/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.00993 | $0.00993 |
| Opus 5 | $0.00496 | $0.00496 |
| Sonnet 5 | $0.00199 | $0.00199 |
| Haiku 4.5 | $0.00099 | $0.00099 |
Grade A, and why
md-anything 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 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Local runbook for md-anything.
What is actually shipped right now
- CLI:
mda - MCP server:
md-anything-mcp - No shipped HTTP API surface
Quick start
git pull origin main
bun install
bun run lint
bun run build
bun run test:required
bun run src/cli.ts doctor
Core commands
# Help and examples
mda --help
mda examples
# Convert one input
mda tests/fixtures/sample.txt
mda convert tests/fixtures/sample.txt
mda convert "https://example.com/article"
# JSON output for agents/scripts
mda convert tests/fixtures/sample.txt --json
# Batch conversion
mda ingest tests/fixtures
mda ingest tests/fixtures -o ./output
mda ingest tests/fixtures -r -o ./output
# Capability report
mda doctor
# MCP setup
mda mcp install claude
mda mcp install cursor
mda mcp install windsurf
# Direct MCP server
md-anything-mcp
Important behavior notes
CLI shape
Both forms are intentionally supported:
bun run src/cli.ts convert <input>bun run src/cli.ts <input>
If you run bun run src/cli.ts convert with no input:
- stderr includes
Missing input for convert command. - exit code is
1
Guided CLI errors
The CLI is expected to steer users toward the right command:
- directory input points to
mda ingest <path> - unknown input suggests
mda --helpormda examples - weak extraction suggests
mda doctor
Coverage lives in tests/integration/cli-ux.test.ts.
Ingest reality
Current ingest behavior is simple:
- walks a folder
- converts supported files
- returns
converted,skipped,failed, and per-doc metadata - supports
-rand-o
It does not currently support source manifests, --graph, or --index.
MCP safety model
src/mcp.ts + src/mcp-support.ts enforce stricter rules than the CLI:
- local paths must stay inside the current workspace root
- only
http/httpsURLs are allowed - private and localhost URLs are blocked by default
- set
MDA_MCP_ALLOW_PRIVATE_URLS=1only when intentionally overriding that policy
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 · 170 lines · 993 tokens per session scan A 87c92e6c2eb0
md-anything CLAUDE.md is an instructions file published in the GitHub repository ojspace/md-anything (49 stars, last pushed 5mo ago), licensed MIT. It adds 993 tokens to every session, about $0.0050 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
easy-notion-mcp CLAUDE.md
Claude Code instructions for Grey-Iris/easy-notion-mcp, covering easy-notion-mcp, open source context, .meta/ publication policy (hybrid, 2026-07-02), standing priorities and commands.
MistralDocAI-mcp AGENTS.md
AGENTS.md instructions for trsdn/MistralDocAI-mcp, covering agent instructions, what this repository is, what this repository is not, layout and setup.
GroupDocs.Comparison.Mcp AGENTS.md
AGENTS.md instructions for groupdocs-comparison/GroupDocs.Comparison.Mcp, covering agents.md — guide for ai coding agents, what this repo is, mcp tools exposed, folder layout and dependencies.
GroupDocs.Comparison.Mcp copilot-instructions.md
Copilot instructions for groupdocs-comparison/GroupDocs.Comparison.Mcp, covering run / install, or install as a global dotnet tool, or run via docker, mcp tools exposed (3) and building this repo.
CRUX-Compress AGENTS.md
Instructions for zotoio/CRUX-Compress, covering critical: crux notation, foundational crux rules (must follow), available agents, user input escalation — subagent protocol and repository-internal agents (crux-compress repo only).
MistralDocAI-mcp copilot-instructions.md
Copilot instructions for trsdn/MistralDocAI-mcp: The instructions for this repository live in AGENTS.md. Read that file. It is tool-neutral and it is the only copy, so this file deliberately restates nothing.