Skip to main content
Glama
tsup.config.ts511 B
/// <reference types="node" /> import { defineConfig } from "tsup"; export default defineConfig({ format: "esm", outExtension: () => ({ js: ".mjs", }), entry: ["src/index.ts", "src/http/server.ts"], clean: true, sourcemap: false, dts: false, minify: true, // Bundle extracted stopwords into the final build external: ["neo4j-driver", "@modelcontextprotocol/sdk", "@xenova/transformers", "express"], bundle: true, // Ensure dependencies are bundled correctly platform: "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/sylweriusz/mcp-neo4j-memory-server'

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