Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
spinner.tsxβ€’534 B
import { LoaderCircle } from 'lucide-react'; import React from 'react'; import { cn } from '@/lib/utils'; export interface ISVGProps extends React.SVGProps<SVGSVGElement> { size?: number; className?: string; } const LoadingSpinner = React.memo(({ size = 24, className }: ISVGProps) => { return ( <LoaderCircle className={cn('animate-spin duration-1500 stroke-foreground', className)} height={size} width={size} /> ); }); LoadingSpinner.displayName = 'LoadingSpinner'; export { LoadingSpinner };

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/eldoonreval/activepieces'

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