We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deephaven/deephaven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.53"
}
assert = {
source = "bwoznicki/assert"
version = "0.0.1"
}
}
required_version = ">= 1.3"
}