Back to MCP directory
publicPublicdnsLocal runtime

amap-weather-server

高德天气服务项目,基于MCP协议实现

article

README

🚀 高德天气相关服务

本项目涉及高德天气服务器、高德天气服务,以及高德天气服务器集成模型上下文协议(MCP),为用户提供与高德天气相关的一系列服务及协议集成。

🚀 快速开始

暂未提供快速开始相关内容。

✨ 主要特性

暂未提供主要特性相关内容。

📦 安装指南

暂未提供安装指南相关内容。

💻 使用示例

暂未提供使用示例相关内容。

📚 详细文档

暂未提供详细文档相关内容。

🔧 技术细节

暂未提供技术细节相关内容。

📄 许可证

暂未提供许可证相关内容。

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