Skip to main content
Glama

Convex MCP server

Official
by get-convex
Cargo.toml1.49 kB
[package] name = "log_streaming" version = "0.1.0" edition = "2021" license = "LicenseRef-FSL-1.1-Apache-2.0" [lib] doctest = false [features] testing = [ "common/testing", "database/testing", "errors/testing", "keybroker/testing", "metrics/testing", "model/testing", "runtime/testing", "sentry/test", ] [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } bytes = { workspace = true } common = { workspace = true } convex_macro = { workspace = true } database = { workspace = true } errors = { workspace = true } futures = { workspace = true } http = { workspace = true } keybroker = { workspace = true } maplit = { workspace = true } metrics = { workspace = true } model = { workspace = true } parking_lot = { workspace = true } reqwest = { workspace = true } sentry = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tempfile = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } [dev-dependencies] common = { workspace = true, features = ["testing"] } database = { workspace = true, features = ["testing"] } errors = { workspace = true, features = ["testing"] } keybroker = { workspace = true, features = ["testing"] } metrics = { workspace = true, features = ["testing"] } model = { workspace = true, features = ["testing"] } runtime = { workspace = true, features = ["testing"] } sentry = { workspace = true, features = ["test"] } [lints] workspace = true

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/get-convex/convex-backend'

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