agents

Always-loaded project rules that describe a project's identity, non-negotiable requirements, commands, and code map. The code map can point the agent to related symbols and execution paths.

In plain words
What is it for?
Use them as the first reference when working in the project, especially when exploring unfamiliar code or deciding which project rules apply.
Why use it?
They give the agent a stable starting point and reduce unnecessary code reading. They also define how to discover and load more specific project context.

Cursor rule for Cursor

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 rules/mex-memory/mex/cursorrules
Clone the repo
git clone --depth 1 https://github.com/mex-memory/mex

Made for: Cursor.

Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 793 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00030 $0.00793
Opus 5 $0.00015 $0.00396
Sonnet 5 $0.00006 $0.00159
Haiku 4.5 $0.00003 $0.00079

Measured yesterday against content hash 3728ea8f5fdf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

.mex/.tool-configs/.cursorrules · 57 lines

How it starts

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

[Project Name]

What This Is

Non-Negotiables

Commands

Code Graph

The repo is indexed into .mex/graph.db. Use it to avoid re-reading code you already have — it is one tool alongside Grep/Glob, not a replacement for them.

  • If you know the symbol name, go straight to it: mex graph query <who-calls|what-calls|where-defined> <symbol> and mex graph get <id> are exact and cheap. This is the strongest part of the graph. Give it exact names — an approximate name can return a confident wrong match.
  • Exploring an unfamiliar task? mex graph scope "<task>" returns bounded, source-backed JSONL context plus trustworthy execution flows. Scope matches on words, not meaning, so treat it as starting evidence rather than a complete answer.
  • Treat source returned by the graph as ALREADY READ; do not re-open those files.
  • Read the summary status and evidence. status: "ok" remains usable when truncated: true; only optional evidence was omitted. For partial or degraded, narrow the task or follow suggestedNextCommands.
  • Use mex graph get <id> --detail source only when source is missing, you need exact expansion, or a partial/degraded summary suggests it. Do not expand nodes by quota.
  • If the evidence is insufficient or the task wording does not match the code, use Grep/Glob instead. Do not re-run scope with reworded phrasing more than once.
  • Before editing a symbol, run mex impact <symbol|file> to see affected callers and scaffold memory.
  • During mex sync, adjudicate any AMBIGUOUS grounding; after repairs, ensure the refreshed grounding is re-emitted.

Read the full file on GitHub · 57 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. yesterday First seen · 57 lines · 30 tokens per session scan A 3728ea8f5fdf

Subscribe to this mod's changes

agents is a cursor rule published in the GitHub repository mex-memory/mex (1,536 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 793 once invoked, about $0.0002 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.