apollographqlapollographqlOfficialยท1 Agent Skills Included

apollo-mcp-server

Expose GraphQL operations as callable MCP server endpoints

Exposes GraphQL operations as MCP endpoints so language models can query and orchestrate APIs running on Apollo GraphOS. Removes the need to hand-write integration glue between models and GraphQL services, with config-driven schema, operations, auth, and telemetry. Includes skills for Rust code best practices, automated pull request reviews, and keeping MCP Apps documentation in sync with releases.
npx skills add apollographql/apollo-mcp-server --all -g -y
Available:

Gives the agent the project's build, test, and runtime configuration rules so it can correctly run, configure, and modify the Apollo MCP Server codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install apollo-mcp-server?โ–ผ

Run `npx skills add apollographql/apollo-mcp-server --all -g -y` in your terminal to install all skills in this repository globally.

What does Apollo MCP Server do?โ–ผ

It is a Model Context Protocol server that exposes your GraphQL operations as MCP tools, giving language models a standard way to call and orchestrate APIs running with Apollo GraphOS.

How do I connect my GraphQL API to an AI model?โ–ผ

Point the server at your graph, define which GraphQL operations to expose, and provide a YAML config file. The server then serves those operations as MCP tools over stdio or streamable HTTP.

Does it support authentication and production deployment?โ–ผ

Yes. It supports JWT authentication with JWKS, CORS, health checks, host header validation, and OpenTelemetry telemetry, and ships with a Dockerfile for deployment.

Can it review Rust pull requests automatically?โ–ผ

Yes. The included review skill runs in GitHub Actions, checks Rust PRs for security, performance, and test coverage issues, and posts inline comments and a summary directly on the PR.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’