apollo-mcp-server
apollo mcp server
What it does
- ./operations/
- ./operations/
- Tools - Introspection tools and minify notation
- Configuration - All configuration options
- Troubleshooting - Common issues and solutions
- Never expose sensitive operations without authentication
- Use headers configuration for API keys and tokens
Requirements & configuration
- | introspect | Explore schema types in detail | Need type definitions, fields, relationships |
- Set overrides.mutationmode: explicit to require confirmation for mutations
- x-forwarded-token
- Token Optimization
- Enable minification to reduce token usage:
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
apollo-mcp-server FAQ
What does the apollo-mcp-server skill do?
> Guide for using Apollo MCP Server to connect AI agents with GraphQL APIs. Use this skill when: (1) setting up or configuring Apollo MCP Server, (2) defining MCP tools from GraphQL operations, (3) using introspection tools (introspect, search, validate, execute), (4) troubleshooting MCP server connectivity or tool execution issues. ./operations/ ./operations/
What does apollo-mcp-server require?
| introspect | Explore schema types in detail | Need type definitions, fields, relationships | Set overrides.mutationmode: explicit to require confirmation for mutations x-forwarded-token Token Optimization Enable minification to reduce token usage:
How do I install apollo-mcp-server?
Run: npx -y skills add https://github.com/apollographql/skills --skill apollo-mcp-server --agent claude-code — the source lives at github.com/apollographql/skills.
Maintain apollo-mcp-server?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[apollo-mcp-server on getagentictools](https://getagentictools.com/skills/apollographql-skills-apollo-mcp-server?ref=badge) npx agentictools info skills/apollographql-skills-apollo-mcp-server The second line is the CLI lookup for this page — handy in READMEs and docs.