Skip to main content
Glama

MCP Prompts Server

import { pino } from 'pino'; export const logger = pino({ level: process.env.LOG_LEVEL || 'info' }); export function generateId(): string { return Math.random().toString(36).substring(2) + Date.now().toString(36); } export function sanitizeString(str: string): string { return str.replace(/[^a-zA-Z0-9-_]/g, '_'); }

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/sparesparrow/mcp-prompts'

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