Loading MCP server directory, please wait...
MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification.
npx @getmcp/cli add io.github.wyre-technology/crewhu-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CREWHU_API_TOKENCrewhu API token (Settings → Integrations → API)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/crewhu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CREWHU_API_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/crewhu-mcp:v1.0.4"
],
"env": {
"CREWHU_API_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}