Skip to main content
Glama
id.js204 B
// generate an ID that is, to all intents and purposes, unique export const id = Math.round(Math.random() * 1e20).toString(36); export const re = new RegExp(`_${id}_(?:(\\d+)|(AT)|(HASH))_(\\w+)?`, 'g');

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/MatheusgVentura/Project-One'

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