compiler-explorer-mcp AGENTS.md

compiler-explorer-mcp AGENTS.md is an instructions file for Codex, OpenCode from Malkovsky/compiler-explorer-mcp. It costs 529 tokens per session, scanned A, original, MIT.

Project instructions for a Compiler Explorer connector, where Compiler Explorer is a service for compiling code and inspecting generated machine code such as assembly. The instructions cover implementation details for its C++ analysis server.

In plain words
What is it for?
Guiding development and maintenance of an MCP server that explores C++ compiler output and communicates with Compiler Explorer.
Why use it?
They help maintainers preserve the server's input validation, response limits, retries, caching behavior, and compiler-library rules.

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/malkovsky/compiler-explorer-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/Malkovsky/compiler-explorer-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 compiler-explorer-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/malkovsky/compiler-explorer-mcp/agents-md.svg)](https://agentmods.dev/instructions/malkovsky/compiler-explorer-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/malkovsky/compiler-explorer-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/malkovsky/compiler-explorer-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 529 This file is loaded in full into every session.
When invoked 529 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.00529 $0.00529
Opus 5 $0.00264 $0.00264
Sonnet 5 $0.00106 $0.00106
Haiku 4.5 $0.00053 $0.00053

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

Security

Grade A, and why

compiler-explorer-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 3d 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 · 15 lines

What it actually says

Maintainer Notes

  • MCP 2.0's generated outer argument model ignores unknown keys and omits additionalProperties: false. Keep StrictMCPServer.list_tools and call_tool enforcing both the advertised schema and runtime rejection.
  • Pydantic may copy nested Page models while constructing an output model. Response-budget trimming must receive pages taken from the final response, not pre-construction local page objects.
  • Compiler Explorer libsArr is unrestricted when absent or empty; only a nonempty list restricts valid library IDs or id.version pairs.
  • A compile POST may retry only before response headers or on an explicit transient status. Preserve the response_started distinction; post-response stream failures are retryable only for GET metadata.
  • CE version endpoints return scalar text, cache-hit fields may use the misspelling retreivedFromCache, and extra virtual .cpp files are not automatically compiled as translation units.
  • MCP 2 duplicates structured tool results into pretty-printed text by default, while some clients expose only text content. Mirror small results as bounded compact JSON, use a pointer for large results, and always preserve complete structuredContent.
  • Analyzer aggregate status includes every requested tool; the top-level exit code remains the compiler exit code. Compiler/analyzer discovery may normalize separators, but execution resolution stays exact and exact analyzer IDs precede aliases.
  • Built-in shortlinks store a direct deterministic sessions ClientState indefinitely; emit libraries as libs[].name/ver, pin resolved exact IDs, and never retry the storage POST after an ambiguous failure.
  • Shortlink retrieval is untrusted backend content. Normalize only bounded C++ sessions and safe compiler display state; omit trees, executors, tools, execution/binary flags, and unknown nested JSON with explicit warnings.
  • mcp-tools.json is the sanitized repository snapshot of all paginated tools/list pages. Regenerate it with python -m ce_analyzer_mcp.tool_snapshot; CI checks freshness and uses it to verify the installed wheel's tool list.
  • compile_cpp.assembly_format="text" projects normalized assembly to strings after sanitization; keep "detailed" as the backward-compatible default and preserve full assembly totals/hashes in both modes.
  • Releases are immutable v<project.version> tags. Keep .github/workflows/release.yml on PyPI trusted publishing through the protected pypi environment; build artifacts once, publish them to PyPI, then attach the same files to the GitHub Release. Never add a long-lived PyPI token.
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. 3d ago First seen · 15 lines · 529 tokens per session scan A aa6daa47fb02

Subscribe to this mod's changes

compiler-explorer-mcp AGENTS.md is an instructions file published in the GitHub repository Malkovsky/compiler-explorer-mcp (0 stars, last pushed 22d ago), licensed MIT. It adds 529 tokens to every session, about $0.0026 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.