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/vecnode/dawmcp/claude-mdgit clone --depth 1 https://github.com/vecnode/dawmcpWhat 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.00321 | $0.00321 |
| Opus 5 | $0.00161 | $0.00161 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
dawmcp 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 yesterday.
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.
What it actually says
CLAUDE.md
See AGENTS.md for the full project brief (architecture, key files, setup/test loop, past decisions, conventions, and open next steps). Read that file first when picking up work here in a new conversation.
Claude Code specific notes
- CI runs
cargo build --workspaceandcargo test --workspaceon push/PR tomainvia.github/workflows/ci.yml(windows-latest, matching the project's primary target). Checkgh pr checksbefore merging if CI has had time to run;cargo test --workspacelocally is still the faster loop while iterating. - The MCP server itself (
dawmcp,cargo run -p dawmcp-server) is stdio-based and blocks waiting for a client - that's expected behavior, not a hang, when run directly rather than through a client like Claude Code/Desktop. - Live end-to-end testing requires a real running REAPER instance with
lua/reaper_bridge.lualoaded via REAPER's Actions list; this can't be verified from an automated test run alone.dawmcp --statusis the fastest way to check reachability without needing an MCP client. - The project was originally a Python implementation (
reaper-mcp, REAPER-only); it was rewritten in Rust and generalized to multiple DAWs (dawmcp) - see AGENTS.md's "Decisions worth knowing" for why.
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.
- yesterday First seen · 25 lines · 321 tokens per session scan A 69f1892c31b0
dawmcp CLAUDE.md is an instructions file published in the GitHub repository vecnode/dawmcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 321 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-31.
Other instructions, from other repositories
pampa-pilot AGENTS.md
AGENTS.md instructions for LeoLisena/pampa-pilot, covering pampapilot agent guide, mission, architecture to preserve, evidence gate before implementation and setup and validation.
librosa AGENTS.md
Instructions for librosa/librosa, covering agent interaction policy for librosa, 1. automated platform interactions, 2. exception for project-authorized automation and 3. machine-readable directive.
musicbox AGENTS.md
Instructions for darknessomi/musicbox, covering agents.md, cursor cloud specific instructions, running the app, audio backends (system deps, not in update script) and network / api note.
pytheory CLAUDE.md
Instructions for kennethreitz/pytheory, covering claude code instructions, release process, version bumping, testing and publishing.
reviewable-html-workbench AGENTS.md
Instructions for u-ichi/reviewable-html-workbench, covering reviewable-html-workbench, 概要, 技術スタック, 開発コマンド(自動テスト・構造検証) and 自動テスト(コード正当性の検証).
erm AGENTS.md
Instructions for dougcalobrisi/erm, covering agents.md — erm, install, fallback (no uv on path), use — the iterate loop and tune — five knob clusters.