Skip to main content
Glama

ESA MCP Server

by d-kimuson
schema.ts348 B
import { z } from "zod" export const orderSchema = z .union([z.literal("asc"), z.literal("desc")]) .default("desc") export const sortSchema = z .union([ z.literal("created"), z.literal("updated"), z.literal("number"), z.literal("stars"), z.literal("comments"), z.literal("best_match"), ]) .default("best_match")

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/d-kimuson/esa-mcp-server'

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