Skip to main content
Glama
hooks.json875 B
{ "hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "curl -s -X POST \"http://localhost:${MCP_VOICE_HOOKS_PORT:-5111}/api/hooks/stop\" || echo '{}'" } ] } ], "PreToolUse": [ { "matcher": "_voice-hooks__speak$", "hooks": [ { "type": "command", "command": "curl -s -X POST \"http://localhost:${MCP_VOICE_HOOKS_PORT:-5111}/api/hooks/pre-speak\" || echo '{}'" } ] } ], "PostToolUse": [ { "matcher": "^(?!.*_voice-hooks__)", "hooks": [ { "type": "command", "command": "curl -s -X POST \"http://localhost:${MCP_VOICE_HOOKS_PORT:-5111}/api/hooks/post-tool\" || echo '{}'" } ] } ] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnmatthewtennant/mcp-voice-hooks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server