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
Adding MCP servers to the VS Code user settings.json file makes it cluttered and hard to manage. (This issue is specific to user settings, not workspace-level .vscode/mcp.json.)
Proposed Solution
Allow configuration of MCP servers at the user settings level using a dedicated mcp.json file (e.g., C:\Users\XXX\AppData\Roaming\Code\User\mcp.json).
This would separate MCP configuration from general user settings, improving organization and maintainability.
Additional Feature Request
Introduce an "MCP registry/store" feature in VS Code for easier discovery, sharing, and management of MCP servers.