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/woolkingx/mcp-arango-mind/claude-mdgit clone --depth 1 https://github.com/woolkingx/mcp-arango-mindWrote 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/woolkingx/mcp-arango-mind/claude-md)<a href="https://agentmods.dev/instructions/woolkingx/mcp-arango-mind/claude-md"><img src="https://agentmods.dev/badge/instructions/woolkingx/mcp-arango-mind/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.1 | $0.01202 | $0.01202 |
| Opus 5 | $0.00601 | $0.00601 |
| Sonnet 5 | $0.00240 | $0.00240 |
| Haiku 4.5 | $0.00120 | $0.00120 |
Grade A, and why
mcp-arango-mind 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mcp-arango-mind Master Worktree
This file is the local boot card for the master worktree. It is not the architecture handbook.
Worktree Role
master/is the development source of truth.release/is the published remote-synced line.async/is the currently used older implementation line and may contain unrelated dirty work.- Do not edit
release/orasync/while working onmaster/unless the user explicitly redirects the target.
Source Of Truth
Read in this order before changing behavior:
docs/handbook/index.htmldocs/plan/*.mdmcp/schema/*.json,tools/schema/*.json,arango/schema/*.json,config/*.jsonsrc/**/*.mjstests/*.test.mjs
The handbook owns architecture, boundaries, acceptance gates, and known risks. README.md is a public quick entrypoint only.
Current Status
- Date: 2026-05-23.
- Current runtime tools:
mcp.mcp,mcp.help,mcp.arango,mcp.tool.template,mcp.tool.database,mcp.tool.collection,mcp.tool.view,mcp.tool.graph,mcp.tool.admin,mcp.tool.atlas. - Current master topology: MCP interface -> current tool runtime -> ArangoDB API owner.
- Handbook target topology: MCP interface -> surface root -> tool owners -> ArangoDB API owner.
- Target MCP-visible surfaces are documented as
mcp.mcp,mcp.help,mcp.arango, andmcp.tool.*. - Tool categories are documented as
mcp.tool.database,mcp.tool.collection,mcp.tool.view,mcp.tool.graph,mcp.tool.admin,mcp.tool.template, andmcp.tool.atlas. - Target surface split (
mcp.mcp,mcp.arango,mcp.tool.*) is fully landed across schema, runtime, tests, and docs. - Five
mcp.tool.*category owners sharesrc/tool-category-owner.mjswith per-category OpenAPI tag whitelists; template and atlas keep dedicated handlers.
Next Work
The target surface taxonomy is now realised. Pending items live in handbook risk and roadmap chapters:
- Live ArangoDB integration tests per
mcp.tool.<cat>owner (env-gated underARANGO_URL). - Mature template catalog (port more async templates as needed).
- Decide on
mcp.tool.adminscope expansion (currently 4 tags; Replication/Cluster/Users/etc. wait for explicit need).
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 · 72 lines · 1,202 tokens per session scan A eeb457889d1b
mcp-arango-mind CLAUDE.md is an instructions file published in the GitHub repository woolkingx/mcp-arango-mind (0 stars, last pushed 3mo ago), licensed MIT. It adds 1,202 tokens to every session, about $0.0060 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
claude-prompts-mcp CLAUDE.md
Claude Code instructions for minipuft/claude-prompts-mcp, covering claude prompts mcp -- operator handbook, core principles, node.js support boundaries, validation gates (one contract, impact-aware subsets) and fleet standards upstream (minipuft/repository-standards).
openapi-to-cli AGENTS.md
AGENTS.md instructions for EvilFreelancer/openapi-to-cli, covering openapi-to-cli (ocli) - agent brief, commands, workflow that must not be skipped, conventions that are easy to miss and rule files.
claude-prompts-mcp AGENTS.md
AGENTS.md instructions for minipuft/claude-prompts-mcp, covering agent rules · claude prompts mcp, canonical ownership and loading, core principles, node.js support boundaries and validation gates (one contract, impact-aware subsets).
simap-mcp CLAUDE.md
Claude Code instructions for Digilac/simap-mcp, covering claude.md, project overview, documentation, commands and source layout.
mcp-outlook CLAUDE.md
Claude Code instructions for ftaricano/mcp-outlook, covering claude.md — agent notes, what this is, hard invariants, architecture at a glance and adding a tool.
mcp-anything CLAUDE.md
Instructions for gaarutyunov/mcp-anything, covering claude.md — ai agent instructions for mcp-anything, project, module, commands and build.