Skip to main content
Glama

prometheus-mcp

by idanfishman
tsup.config.ts380 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], outDir: "dist", format: ["esm"], target: "node20.19", minify: process.env.NODE_ENV === "production", dts: false, sourcemap: false, splitting: false, bundle: true, clean: true, treeshake: true, banner: { js: "#!/usr/bin/env node", }, 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/idanfishman/prometheus-mcp'

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