Skip to main content
Glama

OSS MCP Server

by 1yhy
tsup.config.ts403 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], target: 'es2022', sourcemap: true, clean: true, dts: false, skipNodeModulesBundle: true, shims: true, minify: process.env.NODE_ENV === 'production', outDir: 'dist', onSuccess: process.env.NODE_ENV === 'development' ? 'node dist/index.js --stdio' : undefined, });

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/1yhy/oss-mcp'

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