mcp-me AGENTS.md

mcp-me AGENTS.md is an instructions file for Codex, OpenCode from paladini/mcp-me. It costs 1,218 tokens per session, scanned A, original, MIT.

Project instructions for mcp-me, a TypeScript project for building plugins that connect to an MCP server, a service that lets AI tools call external capabilities.

In plain words
What is it for?
Use them when modifying mcp-me to run linting, type checks, tests, and builds, update the changelog and docs, and follow versioning rules.
Why use it?
They define the checks and documentation updates required before changes can be declared complete, committed, or released.

Instructions file for CodexOpenCode

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paladini/mcp-me/agents-md.svg)](https://agentmods.dev/instructions/paladini/mcp-me/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/paladini/mcp-me/agents-md"><img src="https://agentmods.dev/badge/instructions/paladini/mcp-me/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,218 This file is loaded in full into every session.
When invoked 1,218 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 $0.01218 $0.01218
Opus 5 $0.00609 $0.00609
Sonnet 5 $0.00244 $0.00244
Haiku 4.5 $0.00122 $0.00122

Measured 5d ago against content hash 71b90b2b0e1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-me 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.

AGENTS.md · 102 lines

How it starts

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

Agent Instructions

This file provides instructions for AI coding agents (Copilot, Cascade, Cursor, Cline, etc.) working on this project.

Critical Rules

  1. Always verify before declaring done — Before saying a task is complete, committing, or pushing, you must run the full verification suite in this exact order:

    npm run lint        # ESLint must pass with 0 errors
    npm run typecheck   # TypeScript strict mode, no errors
    npm test            # All Vitest tests must pass
    npm run build       # tsup build must succeed
    

    If any step fails, fix the issue before proceeding. Never commit or push broken code.

  2. Always update CHANGELOG.md — Every change, no matter how small, must be documented under [Unreleased] following Keep a Changelog format.

  3. Always update documentation — If your change affects user-facing behavior, update README.md, docs/creating-plugins.md, docs/schema-reference.md, and any other relevant docs.

  4. Follow Semantic Versioning — Bump the version in package.json when preparing a release:

    • PATCH (0.1.x): Bug fixes
    • MINOR (0.x.0): New features, new plugins
    • MAJOR (x.0.0): Breaking changes to plugin interface or schema
  5. Use Conventional Commits — Format: feat:, fix:, chore:, docs:, refactor:, test:.

  6. Add tests for every change — New features and bug fixes must include tests. Never reduce test coverage.

  7. No unused imports — ESLint enforces this. Clean up imports when refactoring.

  8. Plugin changes require plugin docs — Any change to a built-in plugin must update its README.md. Any change to the plugin interface must update docs/creating-plugins.md.

Pre-commit Checklist

Before every commit, verify:

  • npm run lint passes (0 errors)
  • npm run typecheck passes (0 errors)
  • npm test passes (all tests green)
  • npm run build succeeds (ESM + DTS)
  • CHANGELOG.md is updated
  • Documentation is updated (if behavior changed)
  • Commit message follows Conventional Commits

Read the full file on GitHub · 102 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 · 102 lines · 1,218 tokens per session scan A 71b90b2b0e1f

Subscribe to this mod's changes

mcp-me AGENTS.md is an instructions file published in the GitHub repository paladini/mcp-me (18 stars, last pushed 24d ago), licensed MIT. It adds 1,218 tokens to every session, about $0.0061 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.