Can a user set MCP registry url in VS Code #179377
Replies: 4 comments 7 replies
-
|
This question was started to clarify how GitHub Copilot Enterprise handles MCP (Model Context Protocol) registry configuration in VS Code, and whether that configuration can be made per-user (in the IDE) instead of being a global organization-level setting. 🧩 Context Behind the Question Currently, in GitHub Copilot Enterprise (particularly in VS Code Insiders builds), administrators can configure the MCP registry URL globally via organization settings. This registry defines which context providers and plugins Copilot can access — for example, private APIs, documentation, or data sources that enrich Copilot’s responses. However, that configuration is centrally controlled — typically set at the enterprise or organization level in GitHub’s management interface. Developers using VS Code automatically inherit it through their Copilot Enterprise connection. The person asking this question wants to know if it’s possible for individual users to override or define their own MCP registry URLs directly in VS Code settings, instead of relying solely on the organization-wide configuration. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
I suppose, no, individual users cannot currently set a custom MCP registry URL directly in VS Code settings. Some third-party extensions (like vscode-mcp-installer or MCP Explorer) offer their own registry URL settings If you need this as a user-level feature, consider opening a feature request on the VS Code or GitHub Copilot repositories. |
Beta Was this translation helpful? Give feedback.
-
|
Hello the simple answer is No, individual users cannot set the MCP registry URL directly in VS Code settings. Governance: It's designed this way so admins can enforce which trusted, internal knowledge bases and tools (the MCP servers) Copilot is allowed to use across the entire organization for security and compliance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
VS Code
Body
We know that we can set MCP registry URL in Copilot settings in GitHub Copilot Enterprise account (currently avaialble in VS code insider)
Instead of this, can the MCP registry be set by user in VS Code?
So instead of setting MCP registry as a global setting, can the users be allowed to set the URL in the IDE?
Beta Was this translation helpful? Give feedback.
All reactions