Crewhu for Grok
io.github.wyre-technology/crewhu-mcp
MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification.
client:Grok
transport:stdio
runtime:oci
Install Crewhu in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"crewhu-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/crewhu-mcp:v2.0.3"
],
"env": {
"CREWHU_API_TOKEN": "<CREWHU_API_TOKEN>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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