Skip to main content
Glama

MCP Files

by OrionPotter
pkg.tsโ€ข393 B
import type { PackageJson } from 'types-package-json' import util from './util.js' const pkgPath = util.resolve('package.json', util.REPO) const { default: pkg } = await import(pkgPath, { with: { type: 'json' } }) as { default: Partial<PackageJson> } export default { ...pkg, version: pkg.version as `${number}.${number}.${number}`, author: pkg.homepage?.split('/')[3] || 'unknown', }

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/OrionPotter/flesler-mcp-tools'

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