Skip to main content
Glama

IT-MCP

by acampkin95
shell.ts202 B
export const shellQuote = (value: string): string => { const safe = value.replace(/'/g, "'\"'\"'"); return `'${safe}'`; }; export const buildCommand = (parts: string[]): string => parts.join(" ");

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/acampkin95/MCP'

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