Skip to main content
Glama
johnreitano

MCP Datastore Server

by johnreitano
datastore.d.ts478 B
export declare class DatastoreClient { private datastore; constructor(); listKinds(): Promise<string[]>; getEntity(kind: string, key: string, parent?: string): Promise<any>; queryEntities(kind: string, limit?: number, offset?: number): Promise<any[]>; filterEntities(kind: string, field: string, value: string, limit?: number): Promise<any[]>; countEntities(kind: string, field?: string, value?: string): Promise<number>; private convertValue; }

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/johnreitano/daisy'

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