Add /mcp interactive TUI toggle (arrow + space) like /skills option 2
Resolved 💬 2 comments Opened Feb 18, 2026 by vjain419 Closed May 2, 2026
Problem
/mcp shows MCP servers and their status, but there’s no quick in‑session interactive UI to enable/disable servers like /skills option 2.
Proposed behavior
/mcpopens a TUI list of MCP servers with a checkbox per server.- Arrow keys move selection; space toggles enable/disable.
- Visual status updates immediately.
- Optional: “Apply” and “Cancel” actions to confirm or revert.
- Optional: toggle session‑only vs persistent config (if supported).
Why this matters
Fast enable/disable is common when switching toolsets. A TUI flow consistent with /skills reduces friction and mistakes.
Acceptance criteria
/mcpopens a selectable list (arrow keys to move, space to toggle).- Toggling reflects immediate enable/disable status.
- State can be applied or discarded before exit.
- If persistence is supported, user can choose session‑only or saved change.
Related
/mcplisting exists but is not interactive: #5161- Broader MCP TUI RFC: #3778
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗