MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP Registry Demo - A reference implementation on Azure API Center

创建于 5/12/2025
更新于 21 days ago
Repository documentation and setup instructions

Community Model Context Protocol Registry (Experimental)

[!NOTE] Powered by Azure API Center Microsoft - MCP Registry by Azure-Samples

Try - https://demo.registry.azure-mcp.net/v0/servers

Azure MCP Server - https://demo.registry.azure-mcp.net/v0/servers/428785c9-039e-47f6-9636-cbe289cc1990

Azure API Center - Enterpise Registry

Enterprises can use Azure API Center a key feature of Azure API Management platform to maintain an inventory (or registry) of remote model context protocol (MCP) servers, govern and help stakeholders discover and consume them using the API Center portal and developer tools.

The rich metadata capabilites enables enterprises to model and augument information in ways it fits their organizational inventory, governance and compliance requirments. Example, In the above implementation, local MCP servers were modeled using the custom metadata functionality.

Learn more -

  • Repo: https://github.com/azure/api-center

  • Documentation : https://aka.ms/apicenter/docs/mcp

  • Video: https://youtu.be/8bDDPMz1gjQ

Please contact the Azure API Center team directly at apicenter@microsoft.com for any questions and queries around hosting and governing MCP servers for your enterprise.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Azure-Samples/mcp-registry
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "azure-samples-mcp-registry": { "command": "git", "args": [ "clone", "https://github.com/Azure-Samples/mcp-registry" ] } } }