You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we add a lot of global MCP servers, the context window blows up significantly since they need to be included in every single call to the models. However, we might not need all MCP servers for every particular project, leading to unnecessary context consumption.
Benefits
Improved performance for projects that don't need all global MCP servers
Better context window management
More granular control over MCP server usage
Allows user to keep all mcp servers in a global file thereby not worrying about project specific mcps.
Use Case
Users working on specific projects (e.g., web development, data analysis) shouldn't have to load MCP servers for unrelated domains (e.g., Kubernetes, AWS tools) if they're not needed for that particular project.