Skip to main content
Glama
index.tsx372 B
'use client'; import { type IDEProps, IDE as IDEUI } from '@intlayer/design-system'; import { useTheme } from 'next-themes'; import type { FC } from 'react'; export const IDE: FC<Omit<IDEProps, 'isDarkMode'>> = (props) => { const { resolvedTheme } = useTheme(); const isDarkMode = resolvedTheme === 'dark'; return <IDEUI {...props} isDarkMode={isDarkMode} />; };

Latest Blog Posts

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/aymericzip/intlayer'

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