the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.apollographql/apollo-mcp-server",
"description": "MCP server that exposes GraphQL operations as tools for AI models.",
"title": "Apollo MCP Server",
"repository": {
"url": "https://github.com/apollographql/apollo-mcp-server",
"source": "github"
},
"version": "1.17.0",
"websiteUrl": "https://www.apollographql.com/docs/apollo-mcp-server/",
"icons": [
{
"src": "https://raw.githubusercontent.com/apollographql/apollo-client-devtools/main/assets/apollo-wordmark.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/apollographql/apollo-mcp-server:v1.17.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Mount your config file into the container",
"isRequired": true,
"value": "type=bind,src={config_path},dst=/config.yaml,readonly",
"variables": {
"config_path": {
"description": "Path to your Apollo MCP Server configuration file on the host",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
},
{
"description": "Mount your project data directory into the container (for local schema and operations)",
"value": "type=bind,src={data_path},dst=/data",
"variables": {
"data_path": {
"description": "Path to your project directory containing schema and operation files",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
},
{
"description": "Expose the HTTP Streamable transport port",
"value": "8000:8000",
"type": "named",
"name": "-p"
}
],
"packageArguments": [
{
"value": "/config.yaml",
"type": "positional"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-30T15:29:06.677161Z",
"publishedAt": "2026-07-30T15:29:06.677161Z",
"updatedAt": "2026-07-30T15:29:06.677161Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.17.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.