Stop logging

Remove the Interactive AI connector

Pick the Claude surface you installed on. Each takes under a minute. After removal, Claude returns to its untraced default — no further turn is sent to the dashboard.

option A

claude.ai (web)

Step 01

Open Settings → Connectors

Click your avatar (top right) → Settings → Connectors.

Step 02

Find Interactive AI in the list

Look for the custom connector you added (named “Interactive AI” or whatever you titled it).

Step 03

Click Disconnect, then Remove

Disconnect revokes our OAuth token. Remove deletes the connector entry entirely.

Step 04

Remove the forced-logging instruction from your profile

Settings → Profile → “What personal preferences should Claude consider?”. Delete the Interactive AI block you pasted in during install. Save.

Step 05

Start a new chat to confirm

Open a fresh conversation. The connector should no longer appear in the tool list at the bottom of the composer.

option B

Claude Code

Step 01

Run the disable command

In any Claude Code session: /interactive-ai-logger:disable

/interactive-ai-logger:disable
Step 02

Uninstall the plugin (optional)

If you want to remove the plugin entirely (not just disable it): claude plugin uninstall interactive-ai-logger

claude plugin uninstall interactive-ai-logger
Step 03

Verify the local config is gone

Manual cleanup, if you prefer:

rm -f ~/.config/interactive-ai-logger/config.json
option C

Claude Desktop

Step 01

Open the Claude Desktop config

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json

Step 02

Delete the interactive-ai entry

Find the mcpServers → interactive-ai block and remove it. Save the file.

{
  "mcpServers": {
    "interactive-ai": { /* delete this whole block */ }
  }
}
Step 03

Fully quit Claude Desktop, then re-open

Cmd-Q / Alt-F4 — re-opening is required for Claude Desktop to re-read the config file.

What happens after uninstall
  • No new turns are logged. Existing logged turns are kept by the facilitator.
  • Your token is automatically inert because every turn requires an active connector / hook. You don’t need to ask us to revoke it.
  • Want the facilitator to delete past data for you too? Send them an email with your enrolled email + the program name and ask. Workshop staff can hard-delete a participant on request.