MCP Servers

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

🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.

创建于 4/10/2025
更新于 about 2 months ago
Repository documentation and setup instructions

🔒 MCP Server Authentication Reference Collection

Reference servers that demo how authentication works with the current Model Context Protocol spec.

[!WARNING] Code presented here is for demo purposes only. Your specific scenarios (including rules inside your enterprise, specific security controls, or other protection mechanisms) may differ from the ones that are outlined in this repository. Always conduct a security audit and threat modeling for any production and customer-facing assets that require authentication and authorization.

Scenarios

Servers above are designed for various runtime scenarios. They are tagged as follows:

  • Remote MCP servers: Remote MCP Server
  • Local MCP servers: Local MCP Server
  • Dual-purpose MCP servers (can run locally or remotely): Dual-purpose MCP Server

Supported identity providers

| Provider | Scenario | Server Type | Implementation | State | |:---------|:---------|:------------|:---------------|:------| | Entra ID | API Management gating MCP server. | Remote MCP Server | remote-mcp-apim-functions-python | State: Prototype | | Entra ID | Confidential client, mapped to session token. | Dual-purpose MCP Server | entra-id-cca-session | State: Prototype | | Entra ID | Public client, using WAM. | Local MCP Server | entra-id-local-wam | State: Prototype | | GitHub | GitHub application w/OAuth, mapped to session token. | Dual-purpose MCP Server | github-app-session | State: Prototype | | Entra ID | API Management gating an Azure Functions MCP server. | Remote MCP Server | remote-auth-mcp-apim-py | State: Prototype |