Back to MCP directory
publicPublicdnsLocal runtime

Clever Cloud Documentation

基于FastMCP的Clever Cloud文档MCP演示服务器

article

README

🚀 Clever Cloud 文档 MCP 服务器

本 MCP 演示服务器基于 FastMCP 构建,用于展示 Clever Cloud 的相关文档。该服务器由 davlgd 基于 MCP Clever Demo 开发。

🚀 快速开始

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

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

💻 使用示例

基础用法

若要使用 mcp-cli 测试和调试服务器,可使用以下命令:

npx fastmcp dev src/index.ts

此命令将使用 mcp-cli 在终端中运行你的 MCP 服务器,方便进行测试和调试。

高级用法

若要使用官方 MCP Inspector 通过 Web UI 检查服务器,可使用以下命令:

npx fastmcp inspect src/index.ts

📄 许可证

此项目根据 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