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
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "git config core.hooksPath .githooks"
},
{
"type": "command",
"command": "echo '✅ Pierre Design System ready - use /design-review for UI validation'"
},
{
"type": "command",
"command": "echo '📋 Linear Session Tracking: Follow CLAUDE.md instructions to create/resume session'"
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "if echo \"$TOOL_INPUT\" | grep -q 'frontend/src/components'; then echo '💡 Frontend component modified - consider running /design-review'; fi"
}
]
}
]
}
}