drio
Open app

Clever Cloud Documentation MCP server

Source

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

Catalog onlyCatalog onlySTDIO

Overview

Clever Cloud Documentation MCP server is a demo server based on FastMCP that exposes Clever Cloud's documentation for easy access and integration.

To use this server in an MCP client such as Claude Desktop, you can run the following command: json { "mcp-clever-demo": { "command": "npx", "args": [ "-y", "mcp-clever-demo" ] } }

  • Exposes Clever Cloud's documentation through an MCP server. - Easy integration with MCP clients. - Supports testing and debugging with mcp-cli and MCP Inspector.
  1. Integrating Clever Cloud documentation into applications.
  2. Testing and debugging MCP servers in development environments.
  3. Providing a user-friendly interface for accessing documentation.

Add to your AI client

Use these steps to connect Clever Cloud Documentation MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "clever-doc-mcp-server-lostinbrittany": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clever-doc-mcp-server-lostinbrittany"
      ]
    }
  }
}

FAQ

What is FastMCP?

FastMCP is a framework for building MCP servers that allows for quick development and deployment.

How can I test my server?

You can test your server using the `mcp-cli` or the MCP Inspector for a web-based interface.

Is there a license for this project?

Yes, this project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1540,"uuid":"ff7d3183-7450-4643-8d20-9964adb0d6fc","name":"clever-doc-mcp-server","title":"Clever Cloud Documentation MCP server","description":"This MCP demo Server based on FastMCP, exposes Clever Cloud's Documentation","avatar_url":"https://avatars.githubusercontent.com/u/726476?v=4","created_at":"$D2025-02-20T16:20:54.086Z","updated_at":"$D2025-02-23T07:22:06.132Z","status":"created","author_name":"LostInBrittany","author_avatar_url":"https://avatars.githubusercontent.com/u/726476?v=4","tags":"clever-doc,mcp-server,documentation","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/LostInBrittany/clever-doc-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]