Add Enable/Disable Toggle for MCP Server Configurations
Resolved 💬 3 comments Opened Aug 13, 2025 by rz1989s Closed Aug 17, 2025
Bug Description
"Add enable/disable toggle for MCP servers instead of requiring remove/add cycle"
Key points to include:
- Current behavior: Only add/remove commands available
- Problem: Removing loses all configuration (env vars, auth, parameters)
- Impact: Must reconfigure everything to re-enable a server
- Use cases:
- Temporary debugging
- Testing without certain integrations
- Development vs production workflows
- Resource management
Proposed solution:
claude mcp enable <server-name>
claude mcp disable <server-name>
# Or a toggle command
claude mcp toggle <server-name>
This would preserve all configuration while just controlling the server's active state.
Environment Info
- Platform: darwin
- Terminal: tmux
- Version: 1.0.80
- Feedback ID:
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗