We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/him0/freee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bun x gh-setup-hooks",
"timeout": 120
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "for f in $CLAUDE_FILE_PATHS; do case \"$f\" in *.js|*.ts|*.jsx|*.tsx) pnpm prettier --write \"$f\";; esac; done"
}
]
}
]
}
}