Skip to main content
Glama

Uranium MCP Server

by xkelxmc
tsdown.config.ts•514 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["src/index.ts"], format: ["esm"], dts: false, sourcemap: false, clean: true, outDir: "build", platform: "node", target: "node18", shims: true, noExternal: [], // Bundle everything except node_modules external: ["@modelcontextprotocol/sdk", "axios", "zod"], esbuildOptions(options) { // Banner will be added automatically by tsdown for entry files // Don't add it manually to avoid duplication }, });

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/xkelxmc/uranium-mcp'

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