Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/copilot/concepts/mcp-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ MCP management features are supported as follows:
> [!NOTE]
> For Eclipse, JetBrains, and Xcode, MCP management features are supported in the pre-release versions of {% data variables.product.prodname_copilot_short %}.

## Agent finder

Agent finder is a discovery service that helps {% data variables.product.prodname_copilot_short %} find the right capabilities—such as MCP servers, tools, agents, and skills—for a task at runtime, instead of requiring every capability to be configured in advance. Like an MCP registry, it searches a registry you choose—a curated public catalog or your own private registry—and returns ranked matches that {% data variables.product.prodname_copilot_short %} can use on demand. Agent finder implements the open Agentic Resource Discovery (ARD) specification.

You control what agent finder can surface through managed settings for {% data variables.product.prodname_copilot_short %}, and it never installs anything on its own.

## Next steps

To create your own MCP registry, see [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-mcp-usage/configure-mcp-registry).
Loading