Skip to main content
Glama
create-mcp-flow-button.tsx458 B
import { t } from 'i18next'; import { Button } from '@/components/ui/button'; import { flowHooks } from '@/features/flows/lib/flow-hooks'; export const CreateMcpFlowButton = () => { const { mutate: createMcpFlow, isPending } = flowHooks.useCreateMcpFlow(); return ( <Button onClick={() => createMcpFlow()} variant="outline" className="mr-auto" > {isPending ? t('Creating...') : t('New MCP Flow')} </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/activepieces/activepieces'

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