Borrowing it
Nothing to install: this file belongs to leo10m2010/mcp-after. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/leo10m2010/mcp-after/main/AGENTS.mdgit clone --depth 1 https://github.com/leo10m2010/mcp-afterWrote 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/leo10m2010/mcp-after/agents-md)<a href="https://agentmods.dev/instructions/leo10m2010/mcp-after/agents-md"><img src="https://agentmods.dev/badge/instructions/leo10m2010/mcp-after/agents-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.00822 | $0.00822 |
| Opus 5 | $0.00411 | $0.00411 |
| Sonnet 5 | $0.00164 | $0.00164 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade B, and why
mcp-after AGENTS.md scanned grade B with 1 finding 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 7d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
These clients share `~/.codex/config.toml`. The equivalent TOML is in How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instructions for AI agents
This repository is a local Windows MCP server for Adobe After Effects. A user may give an AI only this repository URL and ask it to install the server. Follow these instructions instead of guessing client configuration.
Installation goal
Configure the user's existing MCP client to launch:
npx -y github:leo10m2010/mcp-after
Do not clone the repository unless the user wants to develop the server.
Before changing configuration
- Identify the client: OpenCode, Claude Desktop, Claude Code, ChatGPT Desktop with Codex, Codex CLI, Codex IDE, Cursor, or ChatGPT web.
- Confirm the operating system is Windows.
- Confirm
node --versionis 20 or newer andnpx --versionsucceeds. - Confirm Adobe After Effects is installed.
- Preserve every unrelated field and MCP server in the user's config.
- Never overwrite a complete config file with a minimal example.
Client-specific setup
OpenCode
Merge examples/opencode.json into the user's existing opencode.json. Keep
$schema. The MCP command must be an array. Restart OpenCode and run
opencode mcp list.
Claude Desktop on Windows
Use Settings > Developer > Edit Config, or edit
%APPDATA%\Claude\claude_desktop_config.json. Merge the entry from
examples/claude-desktop.json under mcpServers. Fully quit and restart Claude
Desktop, then inspect Connectors > Manage connectors.
Claude Code
Run:
claude mcp add --scope user --transport stdio after-effects -- npx -y github:leo10m2010/mcp-after
claude mcp list
ChatGPT Desktop with Codex, Codex CLI, or Codex IDE
Run:
codex mcp add after-effects -- npx -y github:leo10m2010/mcp-after
codex mcp list
These clients share ~/.codex/config.toml. The equivalent TOML is in
examples/codex.toml. Restart the desktop app or IDE extension after editing.
Cursor
Merge examples/cursor.json into .cursor/mcp.json, then restart Cursor.
ChatGPT web
Do not claim that ChatGPT web can launch this local stdio process. It only uses
remote MCP-backed apps. Recommend ChatGPT Desktop with Codex or Codex CLI for
local After Effects. Do not expose this MCP through a public tunnel: the
after_effects_run_jsx tool can execute code and access local files.
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.
- 7d ago First seen · 99 lines · 822 tokens per session scan B ba60f7f0e4fe
mcp-after AGENTS.md is an instructions file published in the GitHub repository leo10m2010/mcp-after (0 stars, last pushed 1mo ago), licensed MIT. It adds 822 tokens to every session, about $0.0041 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.