Skip to main content
Glama
Cargo.toml908 B
[package] name = "server" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.98" axum = "0.8.4" rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main", features = ["transport-io", "transport-sse-server"] } # rmcp = { version = "0.1.5", } serde = "1.0.219" serde_json = "1.0.140" tokio = { version = "1.45.0", features = ["rt-multi-thread", "process", "signal"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" v8 = "136.0.0" aws-config = "0.0.26-alpha" aws-sdk-s3 = "0.0.26-alpha" async-trait = "0.1" clap = { version = "4.5", features = ["derive"] } hyper = { version = "1.5.2", features = ["server", "http1"] } hyper-util = { version = "0.1.10", features = ["tokio"] } tokio-util = "0.7" [dev-dependencies] tokio-test = "0.4" reqwest = { version = "0.12", features = ["json", "cookies", "stream"] } uuid = { version = "1.0", features = ["v4"] } futures = "0.3"

Latest Blog Posts

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/r33drichards/mcp-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server