Skip to main content
Glama

Sentry MCP

Official
by getsentry
tsdown.config.ts669 B
import { defineConfig } from "tsdown"; import { readFileSync } from "node:fs"; const packageVersion = process.env.npm_package_version ?? JSON.parse(readFileSync("./package.json", "utf-8")).version; export default defineConfig({ entry: ["src/**/*.ts", "!src/**/*.test.ts"], format: ["cjs", "esm"], // Build for commonJS and ESmodules dts: true, // Generate declaration file (.d.ts) sourcemap: true, clean: true, env: { DEFAULT_SENTRY_DSN: "https://d0805acebb937435abcb5958da99cdab@o1.ingest.us.sentry.io/4509062593708032", SENTRY_ENVIRONMENT: "stdio", SENTRY_RELEASE: packageVersion, npm_package_version: packageVersion, }, });

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/getsentry/sentry-mcp'

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