-
Notifications
You must be signed in to change notification settings - Fork 5.4k
MCP server gallery #9032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
MCP server gallery #9032
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
11db326
Add not about supporting any Markdown as custom agent
ntrogh aa2682f
Add custom MCP server gallery support
ntrogh dd4ab45
Revert
ntrogh 84c46cc
Update that MCP policy is about running servers not adding
ntrogh b882c66
Clarify MCP gallery
ntrogh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,6 +94,24 @@ Duplicate key values are not supported. For example, including both `"microsoft" | |
|
|
||
| If you want to learn more about extensions in VS Code, refer to the [extensions documentation](/docs/configure/extensions/extension-marketplace.md). | ||
|
|
||
| ## Configure MCP server access | ||
|
|
||
| By default, VS Code allows developers to [add any MCP server](/docs/copilot/customization/mcp-servers.md) to their environment and retrieves the list of MCP servers in the Extensions view from the GitHub MCP registry. | ||
|
|
||
| Organizations can restrict which MCP servers are allowed to be used by developers in VS Code. The following configuration options are available: | ||
|
|
||
| * Configure from which source MCP servers can be added (controls the `setting(chat.mcp.access)` VS Code setting) | ||
|
||
|
|
||
| * **All**: developers can add MCP servers from any source | ||
| * **Registry**: developers can only add and run MCP servers from the MCP registry, other MCP servers are blocked from running | ||
| * **None**: MCP server support is disabled | ||
|
|
||
| * Configure a custom MCP registry URL instead of the default GitHub MCP registry | ||
|
|
||
| VS Code fetches the list of MCP servers from the custom MCP registry for the Extensions view. When only the registry source is allowed, developers can only use MCP servers from the custom MCP registry. | ||
|
|
||
| Organizations can configure these settings in their GitHub Copilot settings. Learn how to [configure MCP server access](https://docs.github.com/en/copilot/how-tos/administer-copilot/configure-mcp-server-access) in the GitHub Copilot documentation. | ||
|
|
||
| ## Configure automatic updates | ||
|
|
||
| The `update.mode` VS Code setting controls whether VS Code automatically updates when a new version is released. The updates are fetched from a Microsoft online service. | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub MCP registry is still behind preview flag therefore most of the users do not see it unless they opt in. So might confuse users if the registry is mentioned as they might have not seen it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sandy081 Isn't the MCP gallery (from GH MCP registry) available to all users in 1.106? In that case, it does make sense to mention that in the Extensions view the MCP servers are coming from there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet. It is kept behind the flag still in 1.106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the docs