Skip to main content
Glama
index.d.ts374 B
type FastQueryString = { stringify(value: Record<string, any>): string; parse(value: string): Record<string, any>; }; declare namespace fastQueryString { export function stringify(value: Record<string, any>): string; export function parse(value: string): Record<string, any>; const fqs: FastQueryString; export { fqs as default }; } export = fastQueryString;

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/krtw00/search-mcp'

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