Back to MCP directory
publicPublicdnsLocal runtime

wave-mcp-server

基于MCP协议的波形数据服务端项目

article

README

🚀 浪潮-微品PaaS平台

浪潮-微品PaaS平台旨在为企业提供高效、便捷的应用开发与部署环境,降低开发成本,提升开发效率,助力企业快速实现数字化转型。

🚀 快速开始

由于文档中未给出快速开始相关具体内容,若后续有补充,可按照实际步骤详细说明如何开始使用该平台,例如注册账号、创建应用等操作。

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