We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apollographql/apollo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[package]
name = "apollo-schema-index"
authors.workspace = true
edition.workspace = true
license-file.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
description = "GraphQL schema indexing"
[dependencies]
apollo-compiler.workspace = true
enumset = "1.1.6"
itertools = "0.14.0"
tantivy = "0.24.2"
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
insta.workspace = true
rstest.workspace = true
[lints]
workspace = true