skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

apollo-mcp-server

Connect AI agents to GraphQL APIs through the Model Context Protocol

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/apollographql/skills --skill apollo-mcp-server

Overview

What This Skill Does

Connect AI agents to GraphQL APIs through the Model Context Protocol

Application

When to use this Skill

Documentation

Show Skills.md file

Apollo MCP Server Guide

Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol.

Quick Start

Step 1: Install

# Linux / MacOS
curl -sSL https://mcp.apollo.dev/download/nix/latest | sh

# Windows
iwr 'https://mcp.apollo.dev/download/win/latest' | iex

Step 2: Configure

Create config.yaml in your project root:

# config.yaml
transport:
  type: streamable_http
schema:
  source: local
  path: ./schema.graphql
operations:
  source: local
  paths:
    - ./operations/
introspection:
  introspect:
    enabled: true
  search:
    enabled: true
  validate:
    enabled: true
  execute:
    enabled: true
Lines 1 - 41 of 293

Recommendations

Explore other random skills

All skillsMy patterns