We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•329 B
// ABOUTME: Barrel export for social components
// ABOUTME: Reusable UI components for social features
export { FriendCard, RequestCard, SearchUserCard } from './FriendCard';
export { InsightCard } from './InsightCard';
export { SharePreviewModal } from './SharePreviewModal';
export { SuggestionCard } from './SuggestionCard';