John O'Reilly
06/01/2025, 10:09 PMapollo-mcp-server
(https://github.com/apollographql/apollo-mcp-server/) and thought I'd try it out. A few hacks here and there but got it working at least for the get conferences query (shown here invoked from Claude Desktop).....not sure yet how other queries will work given use of header for conference name but might be way to configure that.John O'Reilly
06/01/2025, 10:20 PM{
"mcpServers": {
"confetti": {
"command": "/Users/joreilly/apollo-mcp-server",
"args": [
"--directory",
"/Users/joreilly/dev/github/Confetti/shared/src/commonMain/graphql",
"--schema",
"schema.graphqls",
"--operations",
"Queries.graphql",
"--endpoint",
"<https://confetti-app.dev/graphql>",
"--introspection"
]
}
}
}
yschimke
06/02/2025, 7:36 AMyschimke
06/02/2025, 7:36 AMyschimke
06/02/2025, 7:37 AMJohn O'Reilly
06/02/2025, 11:39 AMapollo-mcp-server
approach (at least with current setup) is that it returns full graphql response to likes of Claude (and you potentially run in to size limits etc).....though could tailor queries I guess to return less data.John O'Reilly
06/05/2025, 7:43 PM