Skip to main content
Glama

mcp-google-sheets

models.ts350 B
type User = { handle: string; img_url: string; id: string; }; type Pos = { x: number; y: number; }; export type Comment = { id: string; uuid: string; file_key: string; parent_id: string; user: User; created_at: string; resolved_at: string; message: string; reactions: unknown; client_meta: Pos; order_id: number; };

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/activepieces/activepieces'

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