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.
Last updated on