Skip to main content
Glama

Model Context Protocol Server

build.mts310 B
/// <reference types="bun-types" /> import { build } from "bun"; const entrypoint = "./src/mcp-server/mcp-server.ts"; await build({ entrypoints: [entrypoint], outdir: "./bin", sourcemap: "linked", target: "node", format: "esm", minify: false, throw: true, banner: "#!/usr/bin/env node", });

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

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