Skip to main content
Glama
index.d.ts572 B
import { FormatMode, FormatName } from "./formats"; import type { Plugin, Format } from "ajv"; export { FormatMode, FormatName } from "./formats"; export { LimitFormatError } from "./limit"; export interface FormatOptions { mode?: FormatMode; formats?: FormatName[]; keywords?: boolean; } export type FormatsPluginOptions = FormatName[] | FormatOptions; export interface FormatsPlugin extends Plugin<FormatsPluginOptions> { get: (format: FormatName, mode?: FormatMode) => Format; } declare const formatsPlugin: FormatsPlugin; export default formatsPlugin;

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/Sunil-paudel/mcpserverasof2025updated'

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