by apollographql
Expose GraphQL operations as MCP tools, enabling AI models to access and orchestrate APIs running with Apollo.
Apollo MCP Server provides a standard way for AI models to interact with and orchestrate your GraphQL APIs by exposing those operations as Model Context Protocol (MCP) tools.
cargo build
) or follow the official installation guide for pre‑built binaries../target/debug/apollo-mcp-server
or the installed binary) and connect an MCP client (LLM, MCP inspector, etc.).cargo build
.
Apollo MCP Server is a Model Context Protocol server that exposes GraphQL operations as MCP tools. It provides a standard way for AI models to access and orchestrate your APIs running with Apollo.
See the documentation for full details. This README shows the basics of getting this MCP server running. More details are available on the documentation site.
You can either build this server from source, if you have Rust installed on your workstation, or you can follow the installation guide. To build from source, run cargo build
from the root of this repository and the server will be built in the target/debug
directory.
Follow the quickstart tutorial to get started with this server.
Full usage of Apollo MCP Server is documented on the user guide. There are a few items that are necessary for this server to function. Specifically, the following things must be configured:
These are all described on the user guide. Specific configuration options for the configuration file are documented in the command reference.
Checkout the contributor guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for the full license text.
Refer to our security policy.
[!IMPORTANT]
Do not open up a GitHub issue if a found bug is a security vulnerability, and instead to refer to our security policy.
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.