MCP.so
Sign In

GraphOS MCP Tools

Search Apollo docs, specs, and best practices

Documentation

About GraphOS MCP Tools

GraphOS MCP Tools connect assistants to Apollo documentation, GraphQL specifications, and best practices. The connector supports developer workflows around GraphOS, schema work, and GraphQL implementation guidance.

Connection details

https://mcp.apollographql.com

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add graphos-tools --transport http https://mcp.apollographql.com

Frequently asked questions

What is the GraphOS MCP Tools remote MCP server?

The GraphOS MCP Tools remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.apollographql.com, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the GraphOS MCP Tools MCP server?

Add the endpoint https://mcp.apollographql.com to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the GraphOS MCP Tools MCP server require authentication?

Yes. GraphOS MCP Tools uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the GraphOS MCP Tools MCP server use?

GraphOS MCP Tools exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers