Skip to main content
Glama
link.tsx•643 B
/** * TODO: Update this component to use your client-side framework's link * component. We've provided examples of how to do this for Next.js, Remix, and * Inertia.js in the Catalyst documentation: * * https://catalyst.tailwindui.com/docs#client-side-router-integration */ import * as Headless from '@headlessui/react' import React, { forwardRef } from 'react' export const Link = forwardRef(function Link( props: { href: string } & React.ComponentPropsWithoutRef<'a'>, ref: React.ForwardedRef<HTMLAnchorElement> ) { return ( <Headless.DataInteractive> <a {...props} ref={ref} /> </Headless.DataInteractive> ) })

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/CaullenOmdahl/Nextjs-React-Tailwind-Assistant'

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