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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<title>Pierre Fitness Platform</title>
<desc>Simplified Pierre logo - head and core nodes from the holistic running figure</desc>
<defs>
<!-- Pierre Primary Gradient -->
<linearGradient id="pierreGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#7C3AED"/>
<stop offset="100%" style="stop-color:#06B6D4"/>
</linearGradient>
<!-- Activity (Emerald) -->
<linearGradient id="activityGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#10B981"/>
<stop offset="100%" style="stop-color:#059669"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="1" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Connection line between head and core -->
<line x1="26" y1="18" x2="32" y2="38" stroke="url(#pierreGrad)" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>
<!-- Head node (Activity/Emerald) -->
<circle cx="26" cy="18" r="9" fill="url(#activityGrad)" filter="url(#glow)"/>
<!-- Core node (Pierre primary) -->
<circle cx="32" cy="38" r="11" fill="url(#pierreGrad)" filter="url(#glow)"/>
<circle cx="32" cy="38" r="5" fill="#ffffff" opacity="0.9"/>
<!-- Motion hint -->
<g fill="none" stroke-width="1.5" stroke-linecap="round" opacity="0.4">
<path d="M14,22 Q10,26 9,32" stroke="url(#activityGrad)"/>
</g>
<!-- Small accent sparkle -->
<circle cx="50" cy="50" r="2" fill="url(#pierreGrad)" opacity="0.5"/>
</svg>