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 'PORT ALLOCATION: 8081=Pierre Server, 8082=Expo/Metro. Use bun start for mobile dev.'"
},
{
"type": "command",
"command": "echo 'DEV ENVIRONMENT: When testing is needed, run ./bin/setup-db-with-seeds-and-oauth-and-start-servers.sh (--debug for dev builds). This resets the DB, seeds admin/coaches/demo/social/mobility/synthetic data, and starts Pierre (8081), Vite frontend (5173), and Expo (8082). Credentials: admin@example.com/AdminPassword123, webtest@pierre.dev/WebTest123!, mobiletest@pierre.dev/MobileTest123!, alice@acme.com/DemoUser123!. Admin token saved to logs/admin-token.txt. NEVER start the server without this script when login or user data is needed.'"
},
{
"type": "command",
"command": "bash ./scripts/check-gh-cli.sh"
}
]
}
],
"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"
}
]
}
]
}
}