mcp-arango-mind CLAUDE.md

mcp-arango-mind CLAUDE.md is an instructions file for coding agents from woolkingx/mcp-arango-mind. It costs 1,202 tokens per session, scanned A, original, MIT.

A set of instructions for working on the mcp-arango-mind codebase, including its master, release and async worktrees. A worktree is a separate working copy of a Git repository.

In plain words
What is it for?
Use it when developing mcp-arango-mind, especially when deciding which files to read, which worktree to change and how the MCP interface connects to ArangoDB.
Why use it?
It helps the coding agent edit the intended copy and consult the project's documented source of truth before changing behaviour. It also records the current runtime tools and project status.

Instructions file

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/woolkingx/mcp-arango-mind/claude-md
Clone the repo
git clone --depth 1 https://github.com/woolkingx/mcp-arango-mind

Wrote 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.

agentmods badge for mcp-arango-mind CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/woolkingx/mcp-arango-mind/claude-md.svg)](https://agentmods.dev/instructions/woolkingx/mcp-arango-mind/claude-md)
Your own site
<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>
Per session 1,202 This file is loaded in full into every session.
When invoked 1,202 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.1 $0.01202 $0.01202
Opus 5 $0.00601 $0.00601
Sonnet 5 $0.00240 $0.00240
Haiku 4.5 $0.00120 $0.00120

Measured 4d ago against content hash eeb457889d1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

CLAUDE.md · 72 lines

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/ or async/ while working on master/ unless the user explicitly redirects the target.

Source Of Truth

Read in this order before changing behavior:

  1. docs/handbook/index.html
  2. docs/plan/*.md
  3. mcp/schema/*.json, tools/schema/*.json, arango/schema/*.json, config/*.json
  4. src/**/*.mjs
  5. tests/*.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, and mcp.tool.*.
  • Tool categories are documented as mcp.tool.database, mcp.tool.collection, mcp.tool.view, mcp.tool.graph, mcp.tool.admin, mcp.tool.template, and mcp.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 share src/tool-category-owner.mjs with 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:

  1. Live ArangoDB integration tests per mcp.tool.<cat> owner (env-gated under ARANGO_URL).
  2. Mature template catalog (port more async templates as needed).
  3. Decide on mcp.tool.admin scope expansion (currently 4 tags; Replication/Cluster/Users/etc. wait for explicit need).

Read the full file on GitHub · 72 lines

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. 4d ago First seen · 72 lines · 1,202 tokens per session scan A eeb457889d1b

Subscribe to this mod's changes

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.

Related

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).

minipuft/claude-prompts-mcp · 7,825 tokens

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.

EvilFreelancer/openapi-to-cli · 1,056 tokens

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).

minipuft/claude-prompts-mcp · 5,680 tokens

simap-mcp CLAUDE.md

Claude Code instructions for Digilac/simap-mcp, covering claude.md, project overview, documentation, commands and source layout.

Digilac/simap-mcp · 2,031 tokens

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.

ftaricano/mcp-outlook · 2,854 tokens

mcp-anything CLAUDE.md

Instructions for gaarutyunov/mcp-anything, covering claude.md — ai agent instructions for mcp-anything, project, module, commands and build.

gaarutyunov/mcp-anything · 1,025 tokens