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
import { create } from '@storybook/theming/create';
const theme = create({
base: 'light',
brandTitle: 'Intlayer Design System',
brandUrl: 'https://intlayer.org',
brandImage: '/logo_with_text.svg',
brandTarget: '_self',
}) as ReturnType<typeof create>;
export default theme;