All MCP servers

GraphOS MCP Tools

Official
by Api.AirforceStreamable HTTPSearch & Web Crawling0289MIT

Search Apollo docs, specs, and best practices

mcpopen-sourcesearch-web-crawling

Endpoint

POST https://mcp.apollographql.com

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "graphos-mcp-tools-imp04f59": {
      "url": "https://mcp.apollographql.com",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}