Crewhu for Claude Desktop
io.github.wyre-ai/crewhu-mcp
MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification.
client:Claude Desktop
transport:stdio
runtime:oci
Install Crewhu in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"crewhu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/crewhu-mcp:v2.0.4"
],
"env": {
"CREWHU_API_TOKEN": "<CREWHU_API_TOKEN>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs