Skip to main content
Glama
tables.ts288 B
export interface Table { id: string; name: string; columns: Column[]; views: View[]; } export interface Column { id: string; name: string; type: string; } export interface View { id: string; name: string; } export interface Row { id: string; [key: string]: 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/hithereiamaliff/mcp-nextcloud'

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