engrava-mcp AGENTS.md

engrava-mcp AGENTS.md is an instructions file for Codex, OpenCode from sovantica/engrava-mcp. It costs 770 tokens per session, scanned A, a copy of engrava AGENTS.md, MIT.

Repository instructions that tell coding agents how to work on the engrava-mcp project, including which files to read and how to handle commits and branches.

In plain words
What is it for?
Use them when making changes, preparing commits, or opening contributions to the engrava-mcp repository.
Why use it?
They give an agent the project context and rules needed to avoid incorrect changes or poorly documented commits.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

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

Made for: Codex, OpenCode.

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 engrava-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sovantica/engrava-mcp/agents-md.svg)](https://agentmods.dev/instructions/sovantica/engrava-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sovantica/engrava-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/sovantica/engrava-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 770 This file is loaded in full into every session.
When invoked 770 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod 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.00770 $0.00770
Opus 5 $0.00385 $0.00385
Sonnet 5 $0.00154 $0.00154
Haiku 4.5 $0.00077 $0.00077

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

Security

Grade A, and why

engrava-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 5d 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.

Origin

This is a copy

92% identical to engrava AGENTS.md — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — engrava-mcp

Canonical guidance for AI coding agents (Claude Code, GitHub Copilot, Cursor, Aider, Continue, OpenAI Codex CLI, and others) working in this repository.

Repository context

This is a public repository (engrava-mcp) — Model Context Protocol server exposing Engrava as agent memory. License: MIT. Primary language: python 3.11+.

Assume every commit message, PR title, PR body, branch name, code comment, and docstring is world-visible. Public-safe by default.

Required reading before generating commits

  1. CLAUDE.md — full context for this repo (quality bar, testing conventions, commit format, branching).
  2. CONTRIBUTING.md — contribution flow.
  3. .github/copilot-instructions.md — architecture, naming patterns, scope reference.
  4. BRANCHING.md — branch naming + flow.

Commit hygiene

  • Conventional Commits 1.0.0<type>(<scope>): <description>. Types in CLAUDE.md.
  • Public release tags (vX.Y.Z) and this repo's GitHub issue/PR numbers (#N) are your durable identifiers.
  • Locally-documented ADRs (docs/adr/ADR-NNN-*.md) may be referenced once the file exists in this repo.
  • Generic feature descriptions and Conventional Commit headers are always welcome.

A pre-commit hook is provided locally to give you a fast feedback loop on commit-message hygiene. Run git commit and you'll see the check fire on any message that wouldn't be appropriate for a public open-source project.

Branch hygiene

Branch names: <type>/<kebab-description>. Plain English. No internal identifiers. ≤ 50 chars.

Examples:

  • feature/priority-signal-hybrid-search
  • fix/empty-count-on-mindql
  • docs/quickstart-update

Self-check before every commit

Before finalising a commit message, ask:

  1. Could this message, branch name, or referenced symbol reveal information about a workflow that should stay private?
  2. Am I using only durable public identifiers (release tags, this repo's issue/PR numbers, locally-documented ADRs)?
  3. Is the message format Conventional Commits?
  4. Is the branch name plain English in <type>/<kebab-description> form?

Read the full file on GitHub · 60 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. 5d ago First seen · 60 lines · 770 tokens per session scan A ecd8fda012b2

Subscribe to this mod's changes

engrava-mcp AGENTS.md is an instructions file published in the GitHub repository sovantica/engrava-mcp (1 stars, last pushed 5d ago), licensed MIT. It adds 770 tokens to every session, about $0.0038 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to engrava AGENTS.md, differing in 9 lines, and is treated as a copy.