Skip to main content
Glama

MCP Bridge Server

types.js523 B
/** * Types for MCP Bridge Server */ export var ConnectionState; (function (ConnectionState) { ConnectionState["DISCOVERED"] = "discovered"; ConnectionState["DISCOVERING"] = "discovering"; ConnectionState["CONNECTING"] = "connecting"; ConnectionState["HANDSHAKING"] = "handshaking"; ConnectionState["CONNECTED"] = "connected"; ConnectionState["DISCONNECTED"] = "disconnected"; ConnectionState["ERROR"] = "error"; })(ConnectionState || (ConnectionState = {})); //# sourceMappingURL=types.js.map

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/glassBead-tc/SubspaceDomain'

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