Skip to main content
Glama

Superglue MCP

Official
by superglue-ai
providers.tsx716 B
'use client' import posthog, { PostHog } from 'posthog-js' import { PostHogProvider } from 'posthog-js/react' import SuspendedPostHogPageView from '../components/utils/PHPageView' export function CSPostHogProvider({ children }: { children: any }) { return ( <PostHogProvider client={posthog}> <SuspendedPostHogPageView /> {children} </PostHogProvider> ) } let postHog: PostHog | undefined = undefined; // Only in components if (typeof window !== 'undefined' && !postHog) { postHog = posthog.init("phc_89mcVkZ9osPaFQwTp3oFA2595ne95OSNk47qnhqCCbE", { ui_host: "https://us.posthog.com", api_host: 'https://d22ze2hfwgrlye.cloudfront.net', person_profiles: 'always', }) }

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/superglue-ai/superglue'

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