Skip to main content
Glama

Model Context Protocol Server

apierror.ts487 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; export type ApiErrorError = { message: string }; export const ApiErrorError$zodSchema: z.ZodType< ApiErrorError, z.ZodTypeDef, unknown > = z.object({ message: z.string(), }); export type ApiError = { error: ApiErrorError }; export const ApiError$zodSchema: z.ZodType<ApiError, z.ZodTypeDef, unknown> = z .object({ error: z.lazy(() => ApiErrorError$zodSchema), });

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/kanwardeep007/random-mcp-server'

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