Skip to main content
Glama

Math MCP Server

by jaffrepaul
instrument.js1.54 kB
import * as Sentry from "@sentry/react"; Sentry.init({ dsn: "https://2b1607db500835045457f4e5ca61de65@o4509013641854976.ingest.us.sentry.io/4510225201954816", // Adds request headers and IP for users, for more info visit: // https://docs.sentry.io/platforms/javascript/guides/react/configuration/options/#sendDefaultPii sendDefaultPii: true, integrations: [ // If you're using react router, use the integration for your react router version instead. // Learn more at // https://docs.sentry.io/platforms/javascript/guides/react/configuration/integrations/react-router/ Sentry.browserTracingIntegration(), Sentry.replayIntegration(), Sentry.feedbackIntegration({ // Additional SDK configuration goes in here, for example: colorScheme: "system", }), ], // Enable logs to be sent to Sentry enableLogs: true, // Set tracesSampleRate to 1.0 to capture 100% // of transactions for tracing. // Learn more at // https://docs.sentry.io/platforms/javascript/configuration/options/#traces-sample-rate tracesSampleRate: 1.0, // Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled tracePropagationTargets: [/^\//, /^https:\/\/yourserver\.io\/api/], // Capture Replay for 10% of all sessions, // plus for 100% of sessions with an error // Learn more at // https://docs.sentry.io/platforms/javascript/session-replay/configuration/#general-integration-configuration replaysSessionSampleRate: 0.1, replaysOnErrorSampleRate: 1.0, });

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/jaffrepaul/mcp-math'

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