Skip to main content
Glama

Kibela MCP Server

Official
by kibela
tsup.config.ts279 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: { cli: "src/index.ts", }, format: ["esm"], target: "es2022", clean: true, outDir: "bin", outExtension: () => ({ js: ".mjs", }), banner: { js: "#!/usr/bin/env node", }, });

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