Skip to main content
Glama

Ultra MCP

tsup.config.ts517 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/cli.ts'], format: ['cjs'], dts: true, clean: true, sourcemap: true, splitting: false, minify: false, shims: true, target: 'node18', platform: 'node', external: [ // Keep native dependencies external '@libsql/client', 'better-sqlite3', // Keep other problematic packages external 'conf', ], esbuildOptions(options) { // Don't add banner since the source file already has shebang }, });

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/RealMikeChong/ultra-mcp'

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