feat: add ENABLE_CLAUDEAI_MCP_SERVERS opt-out setting #210

Closed
opened 2026-03-10 09:16:01 -07:00 by hikari · 0 comments
Owner

Summary

CLI v2.1.63 added ENABLE_CLAUDEAI_MCP_SERVERS=false as an environment variable to opt out of making claude.ai MCP servers available. Users who don't use claude.ai MCP connectors or want a cleaner tool list would benefit from a toggle in Hikari's MCP settings.

Required Changes

Backend (wsl_bridge.rs)

  • When the setting is disabled, pass ENABLE_CLAUDEAI_MCP_SERVERS=false as an environment variable to the Claude process

Frontend (MCP Settings Panel)

  • Add a toggle for "Enable claude.ai MCP Servers" (default: on)
  • Include a tooltip explaining what this controls
  • Persist the setting to the Tauri store

Reference

  • CLI v2.1.63: "Added ENABLE_CLAUDEAI_MCP_SERVERS=false env var to opt out from making claude.ai MCP servers available"

This issue was created with help from Hikari~ 🌸

## Summary CLI v2.1.63 added `ENABLE_CLAUDEAI_MCP_SERVERS=false` as an environment variable to opt out of making claude.ai MCP servers available. Users who don't use claude.ai MCP connectors or want a cleaner tool list would benefit from a toggle in Hikari's MCP settings. ## Required Changes ### Backend (`wsl_bridge.rs`) - When the setting is disabled, pass `ENABLE_CLAUDEAI_MCP_SERVERS=false` as an environment variable to the Claude process ### Frontend (MCP Settings Panel) - Add a toggle for "Enable claude.ai MCP Servers" (default: on) - Include a tooltip explaining what this controls - Persist the setting to the Tauri store ## Reference - CLI v2.1.63: "Added `ENABLE_CLAUDEAI_MCP_SERVERS=false` env var to opt out from making claude.ai MCP servers available" ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-13 01:34:45 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#210