Skip to main content
Glama
kibela
by kibela
env.ts242 B
import { z } from "zod"; const envVariables = z.object({ KIBELA_ORIGIN: z.string().url(), KIBELA_ACCESS_TOKEN: z.string(), }); declare global { namespace NodeJS { interface ProcessEnv extends z.infer<typeof envVariables> {} } }

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

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