Skip to main content
Glama

VOICEPEAK MCP Server

by k2wanko
settings.json529 B
{ "$schema": "https://json.schemastore.org/claude-code-settings.json", "hooks": { "PostToolUse": [ { "matcher": "Edit|Write|Update", "hooks": [ { "type": "command", "command": "if [[ \"$CLAUDE_RESULT_FILE_PATH\" == *.ts || \"$CLAUDE_RESULT_FILE_PATH\" == *.js || \"$CLAUDE_RESULT_FILE_PATH\" == *.tsx || \"$CLAUDE_RESULT_FILE_PATH\" == *.jsx ]]; then echo '🔧 Running bun fix...'; bun fix 2>/dev/null || true; echo '✅ Formatting completed'; fi", "timeout": 10 } ] } ] } }

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/k2wanko/voicepeak-mcp'

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