{
  "markdown": "# Crewhu MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for Crewhu — customer feedback, employee engagement, and gamification platform. Enables AI assistants to manage surveys, badges, prizes, and user engagement data.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your Crewhu environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Installation\n\n```bash\nnpm install @wyre-ai/crewhu-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `CREWHU_API_TOKEN` | Yes | Your Crewhu API token |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"crewhu-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/crewhu-mcp\"],\n      \"env\": {\n        \"CREWHU_API_TOKEN\": \"your-crewhu-api-token\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add crewhu-mcp \\\n  -e CREWHU_API_TOKEN=your-value \\\n  -- npx -y @wyre-ai/crewhu-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t crewhu-mcp .\ndocker run \\\n  -e CREWHU_API_TOKEN=your-value \\\n  -p 8080:8080 crewhu-mcp\n```\n\n## Available Domains\n\n### Badges\nManage and award employee badges\n\n### Prizes\nManage prize catalog and redemptions\n\n### Surveys\nCreate and manage customer satisfaction surveys\n\n### Users\nUser management and engagement data\n\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/crewhu-mcp.git\ncd crewhu-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 2310,
  "sha": "152a2c0ac5b6a55bd2386b40c317fa2318db348e57efbcc1d449322facc28692",
  "repo_slug": "wyre-technology/crewhu-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_technology_crewhu_mcp_3709e932/readme"
}