Skip to main content
Glama
by OpaqueGlass
baseIndexProvider.ts243 B
export abstract class IndexProvider { abstract update(id: string, content: string): Promise<void>; abstract delete(id: string): Promise<void>; abstract query(queryText: string): Promise<any>; abstract health(): Promise<any>; };

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/OpaqueGlass/syplugin-anMCPServer'

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