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.
npx agentmods add instructions/apollographql/apollo-mcp-server/agents-mdgit clone --depth 1 https://github.com/apollographql/apollo-mcp-serverWrote 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/apollographql/apollo-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/apollographql/apollo-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/apollographql/apollo-mcp-server/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 | $0.01029 | $0.01029 |
| Opus 5 | $0.00515 | $0.00515 |
| Sonnet 5 | $0.00206 | $0.00206 |
| Haiku 4.5 | $0.00103 | $0.00103 |
Grade A, and why
apollo-mcp-server 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 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.
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.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Apollo MCP Server is a Model Context Protocol (MCP) server that exposes GraphQL operations as MCP tools for AI models. It provides a standard way for AI models to access and orchestrate APIs running with Apollo GraphOS.
Build & Test Commands
# Build
cargo build
cargo build --release
# Run all tests
cargo test
# Run a single test
cargo test test_name
# Run tests for a specific crate
cargo test -p apollo-mcp-server
# Linting (CI enforces --deny warnings)
cargo clippy --all-targets -- --deny warnings
# Formatting
cargo fmt
cargo fmt --check
# Generate documentation
cargo doc --no-deps
# Code coverage (requires cargo-llvm-cov)
cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json
Runtime Quick Reference
- Start with config file:
cargo run -p apollo-mcp-server -- path/to/config.yaml - Start from env only:
cargo run -p apollo-mcp-server - Config precedence:
APOLLO_MCP_*env overrides YAML values. - Supported transports:
stdio(default) andstreamable_http;sseis not supported. - YAML env expansion supports
${env.VAR}and${env.VAR:-default}.
Common Config Keys
- Top-level keys:
endpoint,transport,operations,schema,introspection,graphos,overrides,headers,forward_headers,health_check,cors,telemetry,logging,server_info,instructions,custom_scalars. authmust be nested undertransport(not top-level).operations.source:infer(default),local,manifest,collection,introspect,uplink.schema.source:localoruplink.
Useful Env Vars
- GraphOS mapping:
APOLLO_GRAPH_REF->graphos.apollo_graph_refAPOLLO_KEY->graphos.apollo_keyAPOLLO_UPLINK_ENDPOINTS->graphos.apollo_uplink_endpoints
- Nested config override format:
APOLLO_MCP_<SECTION>__<NESTED_KEY>=...- Example:
APOLLO_MCP_INTROSPECTION__EXECUTE__ENABLED=true
- Example:
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.
- yesterday Changed c3f9a8479a0c
- 5d ago First seen · 102 lines · 1,029 tokens per session scan A a3f5137f8563
apollo-mcp-server AGENTS.md is an instructions file published in the GitHub repository apollographql/apollo-mcp-server (307 stars, last pushed today), licensed MIT. It adds 1,029 tokens to every session, about $0.0051 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.
Other instructions, from other repositories
payload AGENTS.md
AGENTS.md instructions for payloadcms/payload, a project described as: Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
graphjin AGENTS.md
AGENTS.md instructions for dosco/graphjin, covering graphjin agent guide, architectural overview, directory structure & responsibilities, build commands and coding guidelines.
NornicDB AGENTS.md
AGENTS.md instructions for orneryd/NornicDB, covering nornicdb development guide for ai agents, core philosophy, 🎯 golden rules, 1. prove value before merging and 2. test-driven bug fixes.
api-gateway CLAUDE.md
Claude Code instructions for membrane/api-gateway, covering claude.md, git & commit policy, working principles, 1. think before coding and 2. simplicity first.
fastify-boilerplate AGENTS.md
AGENTS.md instructions for marcoturi/fastify-boilerplate, covering agents.md, project overview, quick reference, architecture and layer boundaries (critical).
LAP CLAUDE.md
Claude Code instructions for Lap-Platform/LAP, covering lap - lean api platform, what this is, quick reference, install and run tests.