Skip to content
Cursor

Customer Thermometer for Cursor

io.github.wyre-ai/customer-thermometer-mcp

MCP server for Customer Thermometer's customer feedback / NPS survey API.

client:Cursor transport:stdio runtime:oci

Install Customer Thermometer 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": {
    "customer-thermometer-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
      ],
      "env": {
        "CUSTOMERTHERMOMETER_API_KEY": "<CUSTOMERTHERMOMETER_API_KEY>",
        "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

Customer Thermometer in other clients