PluginBench
MCP Server

GraphOS MCP Server MCP Server

io.github.apollographql/graphos-mcp-server

What is the GraphOS MCP Server MCP server?

Search Apollo docs, specs, and best practices

How to install GraphOS MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "graphos-mcp-server": {
      "url": "https://mcp.apollographql.com"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "graphos-mcp-server": {
      "serverUrl": "https://mcp.apollographql.com"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "graphos-mcp-server": {
      "type": "http",
      "url": "https://mcp.apollographql.com"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "graphos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apollographql.com"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http graphos-mcp-server https://mcp.apollographql.com

Related MCP servers

Turns your GraphQL operations into MCP tools so AI models can query your Apollo graph.

295
Rust
MIT
View repository →

Search Apollo GraphQL docs, specs, and best practices directly from your AI agent.

295
Rust
MIT
View repository →