Overview
what is LostInBrittany_clever-doc-mcp-server?
LostInBrittany_clever-doc-mcp-server is a demo server that exposes Clever Cloud's documentation using the MCP (Model Context Protocol) framework.
how to use LostInBrittany_clever-doc-mcp-server?
To use this server in an MCP client such as Claude Desktop, you can run the following command:
{
"mcp-clever-demo": {
"command": "npx",
"args": [ "-y", "mcp-clever-demo" ]
}
}
key features of LostInBrittany_clever-doc-mcp-server?
- Exposes Clever Cloud's documentation through an MCP server.
- Supports testing and debugging with
mcp-cli. - Provides a Web UI for inspection using MCP Inspector.
use cases of LostInBrittany_clever-doc-mcp-server?
- Developers can use it to access and test Clever Cloud's documentation.
- It can be utilized for debugging MCP servers in development environments.
- Useful for educational purposes to demonstrate MCP functionalities.
FAQ from LostInBrittany_clever-doc-mcp-server?
- What is MCP?
MCP stands for Model Context Protocol, which is a framework for building context-aware applications.
- Is this server free to use?
Yes! The server is open-source and available for anyone to use.
- How can I contribute to the project?
You can contribute by submitting issues or pull requests on the project's GitHub repository.