Skip to main content
The server is at https://mcp.reechee.io/mcp (Streamable HTTP). Add it to Cursor’s MCP config - global at ~/.cursor/mcp.json, or per-project at .cursor/mcp.json.

Anonymous

{
  "mcpServers": {
    "reechee": {
      "url": "https://mcp.reechee.io/mcp"
    }
  }
}

With an API key

Add a headers block. Use an env var so the key stays out of the file:
{
  "mcpServers": {
    "reechee": {
      "url": "https://mcp.reechee.io/mcp",
      "headers": { "Authorization": "Bearer ${env:REECHEE_API_KEY}" }
    }
  }
}
(You can also paste the literal Bearer rch_live_… value instead of the env var.)

Try it

Save the file, then open Settings → MCP and make sure reechee shows a green dot (toggle it on or refresh if needed). In a chat, ask:
What are people unhappy about with Zendesk lately?
With a key you also get opportunities, watchlist, and triage - see all 11 tools.
Cursor auto-detects the transport from the URL. If the server doesn’t connect, refresh the MCP settings or restart Cursor so it re-reads the config.