apollo-mcp-server AGENTS.md

apollo-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from apollographql/apollo-mcp-server. It costs 1,029 tokens per session, scanned A, original, MIT.

A repository instruction file for Apollo MCP Server, a program that lets AI models call GraphQL services through the Model Context Protocol. It documents the project structure, commands, configuration, and supported connection methods.

In plain words
What is it for?
Use it when changing the Rust server, checking build or test commands, configuring environment variables or YAML, selecting a transport, or generating documentation.
Why use it?
It gives contributors the project-specific information needed to build, test, format, run, and document the server correctly.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/apollographql/apollo-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/apollographql/apollo-mcp-server/agents-md)
Your own site
<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>
Per session 1,029 This file is loaded in full into every session.
When invoked 1,029 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.01029 $0.01029
Opus 5 $0.00515 $0.00515
Sonnet 5 $0.00206 $0.00206
Haiku 4.5 $0.00103 $0.00103

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

Security

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.

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.

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) and streamable_http; sse is 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.
  • auth must be nested under transport (not top-level).
  • operations.source: infer (default), local, manifest, collection, introspect, uplink.
  • schema.source: local or uplink.

Useful Env Vars

  • GraphOS mapping:
    • APOLLO_GRAPH_REF -> graphos.apollo_graph_ref
    • APOLLO_KEY -> graphos.apollo_key
    • APOLLO_UPLINK_ENDPOINTS -> graphos.apollo_uplink_endpoints
  • Nested config override format: APOLLO_MCP_<SECTION>__<NESTED_KEY>=...
    • Example: APOLLO_MCP_INTROSPECTION__EXECUTE__ENABLED=true

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. yesterday Changed c3f9a8479a0c
  2. 5d ago First seen · 102 lines · 1,029 tokens per session scan A a3f5137f8563

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories