Skip to main content
Glama
UserAdminDetailPage.tsx369 B
import type { FC } from 'react'; import { UserDeleteAction } from '../../UserForm/UserDeleteAction'; import { UserEditForm } from '../../UserForm/UserEditForm'; export const UserAdminDetailPage: FC<{ userId: string }> = ({ userId }) => ( <div className="flex flex-col gap-8"> <UserEditForm userId={userId} /> <UserDeleteAction userId={userId} /> </div> );

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/aymericzip/intlayer'

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