Skip to content
Cursor

Crewhu for Cursor

io.github.wyre-ai/crewhu-mcp

MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification.

client:Cursor transport:stdio runtime:oci

Install Crewhu in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "crewhu-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Crewhu in other clients