Skip to main content
Glama
in-memory-event-store.js257 B
// Minimal in-memory event store for MCP sessions export class InMemoryEventStore { constructor() { this.events = []; } add(event) { this.events.push(event); } getAll() { return this.events; } clear() { this.events = []; } }

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/oculairmedia/Ghost-MCP'

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