Skip to main content
Glama

Convex MCP server

Official
by get-convex
Cargo.toml2.42 kB
[package] name = "function_runner" version = "0.1.0" edition = "2021" license = "LicenseRef-FSL-1.1-Apache-2.0" [package.metadata.cargo-udeps.ignore] normal = ["mysql"] development = ["mysql"] [features] testing = [ "common/testing", "database/testing", "errors/testing", "indexing/testing", "isolate/testing", "keybroker/testing", "metrics/testing", "model/testing", "proptest", "proptest-derive", "runtime/testing", "storage/testing", "udf/testing", "usage_tracking/testing", "value/testing", ] tracy-tracing = ["common/tracy-tracing"] [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } async_lru = { workspace = true } common = { workspace = true } convex_macro = { workspace = true } database = { workspace = true } errors = { workspace = true } fastrace = { workspace = true } file_storage = { workspace = true } futures = { workspace = true } imbl = { workspace = true } indexing = { workspace = true } isolate = { workspace = true } keybroker = { workspace = true } metrics = { workspace = true } model = { workspace = true } moka = { workspace = true } parking_lot = { workspace = true } prometheus = { workspace = true } proptest = { workspace = true, optional = true } proptest-derive = { workspace = true, optional = true } runtime = { workspace = true } storage = { workspace = true } sync_types = { workspace = true } tokio = { workspace = true } tokio-stream = { workspace = true } udf = { workspace = true } usage_tracking = { workspace = true } value = { workspace = true } [dev-dependencies] common = { workspace = true, features = ["testing"] } database = { workspace = true, features = ["testing"] } errors = { workspace = true, features = ["testing"] } indexing = { workspace = true, features = ["testing"] } isolate = { workspace = true, features = ["testing"] } keybroker = { workspace = true, features = ["testing"] } metrics = { workspace = true, features = ["testing"] } model = { workspace = true, features = ["testing"] } proptest = { workspace = true } proptest-derive = { workspace = true } runtime = { workspace = true, features = ["testing"] } storage = { workspace = true, features = ["testing"] } udf = { workspace = true, features = ["testing"] } usage_tracking = { workspace = true, features = ["testing"] } value = { workspace = true, features = ["testing"] } [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