Problem
All MCP servers load at startup and stay active, causing:
- Wasted context - Tool descriptions take up valuable token space
- Tool confusion - LLM may trigger irrelevant tools
Solution
Add chat commands to dynamically load/unload MCP servers:
//mcp load <name> # Start server & add its tools
unload , we could use /clear
Problem
All MCP servers load at startup and stay active, causing:
Solution
Add chat commands to dynamically load/unload MCP servers:
unload , we could use /clear