Skip to main content
Glama

Apollo MCP Server

Official
Cargo.toml1.38 kB
[workspace] resolver = "2" members = [ "crates/apollo-mcp-server", "crates/apollo-mcp-registry", "crates/apollo-schema-index", ] [workspace.package] authors = ["Apollo <opensource@apollographql.com>"] edition = "2024" license-file = "LICENSE" repository = "https://github.com/apollographql/apollo-mcp-server" rust-version = "1.89.0" version = "0.8.0" [workspace.dependencies] apollo-compiler = "1.27.0" apollo-federation = "2.1.3" futures = { version = "0.3.31", features = ["thread-pool"] } insta = { version = "1.43.1", features = [ "json", "redactions", "yaml", "glob", ] } reqwest = { version = "0.12.15", default-features = false, features = [ "gzip", "json", "native-tls-vendored", ] } rstest = "0.25.0" secrecy = { version = "0.10.3", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" thiserror = "2.0.12" tokio = { version = "1.45.0", features = [ "fs", "io-std", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time", ] } tokio-stream = "0.1" tracing = "0.1.41" tracing-core = "0.1.33" tracing-subscriber = { version = "0.3.19", features = ["json"] } url = { version = "2.4", features = ["serde"] } [workspace.metadata] crane.name = "apollo-mcp" [workspace.lints.clippy] exit = "deny" expect_used = "deny" indexing_slicing = "deny" unwrap_used = "deny" panic = "deny"

MCP directory API

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