Skip to main content
Glama

mcp-voice-hooks

launch.json587 B
{ "version": "0.2.0", "configurations": [ { "name": "Dev Server", "type": "node", "request": "launch", "runtimeExecutable": "npx", "runtimeArgs": [ "nodemon", "--exec", "ts-node --esm", "--ext", "ts", "--watch", "src" ], "args": [ "${workspaceFolder}/src/unified-server.ts" ], "console": "integratedTerminal", "env": { "NODE_ENV": "development" }, "skipFiles": [ "<node_internals>/**" ], "restart": true } ] }

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