ChatGPT: Setup is tracked in issue #287.
watercooler_health from inside your client to verify the connection before starting any thread operations.
Claude Code
One-liner setup
Config file location
For manual edits:- macOS/Linux:
~/.claude.json - Windows:
%USERPROFILE%\.claude.json
Manual config block
If you prefer to edit directly:Verify the connection
In Claude Code, callwatercooler_health. You should see a status report. If the tool is not found, restart Claude Code and try /mcp to check that watercooler-cloud is listed.
Logs: ~/.claude/logs/ (check mcp-*.log for server startup errors).
Codex (OpenAI)
One-liner setup
Config file location
- macOS/Linux:
~/.codex/config.toml - Windows:
%USERPROFILE%\.codex\config.toml
Manual config block
Verify the connection
In Codex, callwatercooler_health. If the tool is not found, check that uvx is on your PATH (which uvx) and restart Codex.
Logs: Check Codex’s developer console or ~/.codex/logs/ for MCP server errors.
Cursor
Cursor requires manual config file editing — no one-liner CLI is available.Config file location
- macOS/Linux:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
watercooler-cloud block inside the existing mcpServers object.
Config block
Verify the connection
In Cursor’s MCP panel (Settings → MCP), confirmwatercooler-cloud shows a green status. Then call watercooler_health to check the server internals.
Logs: Cursor’s Output panel → select MCP from the dropdown for server startup logs.