Skip to main content
Glama

Createve.AI Nexus

by spgoodman
config.d.tsβ€’534 B
import { z } from "zod"; declare const ConfigSchema: z.ZodObject<{ baseUrl: z.ZodString; apiKey: z.ZodString; api: z.ZodOptional<z.ZodString>; debug: z.ZodDefault<z.ZodBoolean>; }, "strip", z.ZodTypeAny, { baseUrl: string; apiKey: string; debug: boolean; api?: string | undefined; }, { baseUrl: string; apiKey: string; api?: string | undefined; debug?: boolean | undefined; }>; export type Config = z.infer<typeof ConfigSchema>; export declare function loadConfig(): Config; export {};

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/spgoodman/createveai-nexus-server'

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