Currently, you can disable an MCP server using the /mcp disable <server-name> command, but the /mcp show interactive menu only exposes "add" and "delete" options. The "disable" action is missing from the menu, making it less discoverable.
Proposed solution
Add a "Disable MCP" option to the /mcp show interactive menu alongside the existing "add" and "delete" commands. This would allow users to disable MCP servers directly from the interactive menu without needing to know the /mcp disable <server-name> command.
This benefits users by:
- Making MCP management more discoverable and consistent — all MCP operations (add, delete, disable) would be accessible from the same interactive menu
- Reducing friction for users who prefer the interactive menu over typing commands
- Providing a more complete interactive experience
Example prompts or workflows
- User types
/mcp show → sees the list of MCP servers → selects a server → sees options: Add, Delete, Disable → selects "Disable" → server is disabled
- User wants to temporarily disable a noisy MCP server without deleting it → opens
/mcp show → picks the server → disables it from the menu
- User is troubleshooting an MCP connection issue → uses
/mcp show to quickly disable/re-enable servers from the menu without remembering the slash command syntax
Additional context
You can already disable an MCP server via the command /mcp disable <server-name>
But the /mcp show menu does not include a "Disable" option, only add/delete are available:

Currently, you can disable an MCP server using the
/mcp disable <server-name>command, but the/mcp showinteractive menu only exposes "add" and "delete" options. The "disable" action is missing from the menu, making it less discoverable.Proposed solution
Add a "Disable MCP" option to the
/mcp showinteractive menu alongside the existing "add" and "delete" commands. This would allow users to disable MCP servers directly from the interactive menu without needing to know the/mcp disable <server-name>command.This benefits users by:
Example prompts or workflows
/mcp show→ sees the list of MCP servers → selects a server → sees options: Add, Delete, Disable → selects "Disable" → server is disabled/mcp show→ picks the server → disables it from the menu/mcp showto quickly disable/re-enable servers from the menu without remembering the slash command syntaxAdditional context
You can already disable an MCP server via the command
/mcp disable <server-name>But the

/mcp showmenu does not include a "Disable" option, only add/delete are available: