Skip to main content
Glama
goperigon

Perigon MCP Server

Official
by goperigon
button.tsx613 B
import * as React from "react" import { Slot } from "@radix-ui/react-slot" import { type VariantProps } from "class-variance-authority" import { cn } from "@/lib/utils" import { buttonVariants } from "./button-variants" function Button({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & { asChild?: boolean }) { const Comp = asChild ? Slot : "button" return ( <Comp data-slot="button" className={cn(buttonVariants({ variant, size, className }))} {...props} /> ) } export { Button }

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/goperigon/perigon-mcp-server'

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