Skip to main content
Glama

Convex MCP server

Official
by get-convex
Cargo.toml1.25 kB
[package] name = "mysql" version = "0.1.0" authors = ["Convex, Inc. <no-reply@convex.dev>"] edition = "2021" license = "LicenseRef-FSL-1.1-Apache-2.0" [lib] doctest = false [features] testing = [ "common/testing", "errors/testing", "metrics/testing", "runtime/testing", ] [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } common = { workspace = true } const_format = { workspace = true } dynfmt = { workspace = true } errors = { workspace = true } fastrace = { workspace = true } futures = { workspace = true } futures-async-stream = { workspace = true } hex = { workspace = true } itertools = { workspace = true } metrics = { workspace = true } mysql_async = { workspace = true } prometheus = { workspace = true } rand = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } smallvec = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } url = { workspace = true } [dev-dependencies] common = { workspace = true, features = ["testing"] } errors = { workspace = true, features = ["testing"] } metrics = { workspace = true, features = ["testing"] } runtime = { workspace = true } [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