Skip to main content
Glama

MCP Prompts Server

event-bus.interface.ts431 B
export interface PromptEvent { type: 'prompt_created' | 'prompt_updated' | 'prompt_deleted' | 'prompt_accessed'; promptId: string; timestamp: Date; metadata?: Record<string, any>; } export interface IEventBus { publish(event: PromptEvent): Promise<void>; subscribe(eventType: string, handler: (event: PromptEvent) => Promise<void>): void; healthCheck(): Promise<{ status: 'healthy' | 'unhealthy'; details?: any }>; }

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