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.
claude.ai (web)
Open Settings → Connectors
Click your avatar (top right) → Settings → Connectors.
Find Interactive AI in the list
Look for the custom connector you added (named “Interactive AI” or whatever you titled it).
Click Disconnect, then Remove
Disconnect revokes our OAuth token. Remove deletes the connector entry entirely.
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.
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.
Claude Code
Run the disable command
In any Claude Code session: /interactive-ai-logger:disable
/interactive-ai-logger:disable
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
Verify the local config is gone
Manual cleanup, if you prefer:
rm -f ~/.config/interactive-ai-logger/config.json
Claude Desktop
Open the Claude Desktop config
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json
Delete the interactive-ai entry
Find the mcpServers → interactive-ai block and remove it. Save the file.
{
"mcpServers": {
"interactive-ai": { /* delete this whole block */ }
}
}Fully quit Claude Desktop, then re-open
Cmd-Q / Alt-F4 — re-opening is required for Claude Desktop to re-read the config file.
- → 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.