JUHE API Marketplace
LostInBrittany avatar
MCP Server

Clever Cloud Documentation MCP Server

The MCP server provides access to Clever Cloud's documentation, allowing users to query and interact with it through Model Context Protocol clients like Claude Desktop.

0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mcp-clever-demo",
3 "command": "npx",
4 "args": [
5 "-y",
6 "mcp-clever-demo"
7 ]
8}
JSON8 lines

README Documentation

Clever Cloud Documentation MCP server

This MCP demo Server based on FastMCP, exposes Clever Cloud's documentation.

It's based on MCP Clever Demo by davlgd.

Usage

To use this server in an MCP client such as Claude Desktop:

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

Development

Test with mcp-cli

The fastest way to test and debug your server is with fastmcp dev:

npx fastmcp dev src/index.ts

This will run your server with mcp-cli for testing and debugging your MCP server in the terminal.

Inspect with MCP Inspector

Another way is to use the official MCP Inspector to inspect your server with a Web UI:

npx fastmcp inspect src/index.ts

License

This project is licensed under the MIT License.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source