hooksense for Grok
io.github.ozers/hooksense
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
client:Grok
transport:stdio
runtime:npm
Install hooksense in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hooksense": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "<HOOKSENSE_TOKEN>",
"HOOKSENSE_API": "<HOOKSENSE_API>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs