MCP.so
Sign In

Clever Cloud Documentation MCP server

@MCP-Mirror

About Clever Cloud Documentation MCP server

Mirror of

Basic information

Category

Memory & Knowledge

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "LostInBrittany_clever-doc-mcp-server": {
      "command": "npx",
      "args": [
        "fastmcp",
        "dev",
        "src/index.ts"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Clever Cloud Documentation MCP server?

This is a demo MCP server that exposes Clever Cloud’s documentation. It is built with FastMCP and is intended for use in MCP clients like Claude Desktop.

How to use Clever Cloud Documentation MCP server?

Add the following configuration to your MCP client (e.g., Claude Desktop) to invoke the server via npx:

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

Key features of Clever Cloud Documentation MCP server

  • Exposes Clever Cloud documentation via MCP
  • Based on FastMCP for easy development
  • Ready to use with Claude Desktop
  • Supports testing with mcp-cli and MCP Inspector

Use cases of Clever Cloud Documentation MCP server

  • Query Clever Cloud documentation from an MCP client.
  • Integrate documentation lookups into Claude Desktop workflows.

FAQ from Clever Cloud Documentation MCP server

Comments

More Memory & Knowledge MCP servers