Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions servers/apollo-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: apollo-mcp-server
image: ghcr.io/apollographql/apollo-mcp-server
type: server
meta:
category: ai
tags:
- ai
about:
title: Apollo MCP Server
description: Enable graph-based API orchestration with AI
icon: https://www.apollographql.com/favicon/android-icon-192x192.png
source:
project: https://github.com/apollographql/apollo-mcp-server
config:
description: Configure the connection to Apollo MCP Server
env:
- name: APOLLO_KEY
example: service:mygraph:1234567890
value: '{{apollo-mcp-server.apollo-key}}'
- name: APOLLO_GRAPH_REF
example: MyGraph@current
value: '{{apollo-mcp-server.apollo-graph-ref}}'
parameters:
type: object
properties:
directory:
type: string
schema:
type: string
operations:
type: string
collection:
type: string
manifest:
type: string
uplink-manifest:
type: string
http-address:
type: string
http-port:
type: string
header:
type: string
introspection:
type: boolean
explorer:
type: boolean
allow-mutations:
type: boolean
log:
type: string
help:
type: boolean
version:
type: boolean