Skip to main content
Glama

Sentry MCP

Official
by getsentry
vite.config.ts568 B
import { sentryVitePlugin } from "@sentry/vite-plugin"; import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; import { cloudflare } from "@cloudflare/vite-plugin"; import tailwindcss from "@tailwindcss/vite"; import path from "node:path"; export default defineConfig({ plugins: [ react(), cloudflare(), tailwindcss(), sentryVitePlugin({ org: "sentry", project: "mcp-server", }), ], resolve: { alias: { "@": path.resolve(__dirname, "./src"), }, }, build: { sourcemap: true, }, });

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