Skip to main content
Glama
queryString.ts277 B
export function buildQueryString(args: Record<string, any>): string { const query = new URLSearchParams(); for (const key in args) { if (args[key] !== undefined && args[key] !== null) { query.set(key, args[key].toString()); } } return query.toString(); }

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/baruchiro/paperless-mcp'

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