apollo-mcp-server
Expose GraphQL operations as callable MCP server endpoints
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core