Back to MCP directory
publicPublicdnsLocal runtime

Clever Cloud

基于JavaScript SDK的MCP服务器,集成Clever Cloud工具

article

README

🚀 MCP 智慧展示 demo

本 MCP 服务器基于 JavaScript SDK 构建,同时集成了 Clever Cloud 的工具,为用户提供便捷的使用体验。

🚀 快速开始

💻 使用示例

基础用法

要在像 Claude Desktop 这样的 MCP 客户端中使用此服务器,可参考以下配置:

{
  "mcp-clever-demo": {
    "command": "npx",
    "args": [ "-y", "mcp-clever-demo" ]
  }
}

开发环境

要在本地运行服务器,可以借助 MCP 检查器,执行以下命令:

npx @modelcontextprotocol/inspector npx mcp-clever-demo

📄 许可证

此项目采用 MIT License 授权。

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