We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/artk0de/TeaRAGs-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash|mcp__git-global__git_commit",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/confirm-git-commit.sh",
"statusMessage": "Validating git commit (must show changes summary first)"
}
]
}
],
"PostToolUse": [
{
"matcher": "(Edit|Write) && tool_input.file_path matches \"^.*(src/|benchmarks/).*$\"",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/check-docs-needed.sh",
"statusMessage": "Checking if documentation update needed"
},
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validate-mcp-schema.sh",
"statusMessage": "Validating MCP tool schema"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/stop-run-tests.sh",
"statusMessage": "Running tests (skipped if only .md/.json/.claude/.beads files changed)"
}
]
}
]
}
}