Crewhu for Zed
io.github.wyre-technology/crewhu-mcp
MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification.
client:Zed
transport:stdio
runtime:oci
Install Crewhu in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crewhu-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs