Skip to main content
Glama
constants.cjs748 B
'use strict'; const AGENTS = [ "npm", "yarn", "yarn@berry", "pnpm", "pnpm@6", "bun", "deno" ]; const LOCKS = { "bun.lock": "bun", "bun.lockb": "bun", "deno.lock": "deno", "pnpm-lock.yaml": "pnpm", "yarn.lock": "yarn", "package-lock.json": "npm", "npm-shrinkwrap.json": "npm" }; const INSTALL_PAGE = { "bun": "https://bun.sh", "deno": "https://deno.com", "pnpm": "https://pnpm.io/installation", "pnpm@6": "https://pnpm.io/6.x/installation", "yarn": "https://classic.yarnpkg.com/en/docs/install", "yarn@berry": "https://yarnpkg.com/getting-started/install", "npm": "https://docs.npmjs.com/cli/configuring-npm/install" }; exports.AGENTS = AGENTS; exports.INSTALL_PAGE = INSTALL_PAGE; exports.LOCKS = LOCKS;

Latest Blog Posts

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/ajaystream/hubspot-mcp-custom'

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