Skip to main content
Glama

Xano MCP Server

by SarimSiddd
table.ts319 B
export interface table { id: number; created_at: string; updated_at: string; name: string; description: string; docs: string; guid: string; auth: boolean; } export interface tableCreateParams { name: string; description?: string; docs?: string; } export interface onTableCreate { 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/SarimSiddd/xano_mcp'

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