MCP-сервер реестра MCP.
A Model Context Protocol (MCP) server that provides tools to interact with the MCP Registry. This server allows you to discover and search for available MCP servers in the registry.
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json:
{
"servers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry@latest"
]
}
}
}
list_mcp_serversLists MCP servers from the MCP Registry with optional pagination and filtering.
Parameters:
limit (optional): Maximum number of servers to return (1-100, default: 50)cursor (optional): Pagination cursor for retrieving next set of resultsregistry_url (optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)