Back to MCP directory
publicPublicdnsLocal runtime

mcp-use-didwba

一个使用didwba作为认证技术的MCP客户端和服务端示例

article

README

🚀 mcp-use-didwba

mcp-use-didwba 是一个示例项目,展示了如何使用 didwba 作为身份验证技术来构建 MCP 客户端和服务器。它为开发者提供了一个参考,以便在实际项目中集成 didwba 身份验证。

🚀 快速开始

该项目提供了使用 didwba 作为身份验证技术的 MCP 客户端和服务器示例。借助此示例,开发者能够了解如何在 MCP 环境中运用 didwba 进行身份验证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client