trackmcp
Back to directory
LostInBrittany

clever-doc-mcp-server

View on GitHub

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

0 stars TypeScriptServers & Infrastructure Updated Jan 29, 2025

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:

json
{
  "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:

bash
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:

bash
npx fastmcp inspect src/index.ts

License

This project is licensed under the MIT License.

Frequently asked questions

What is clever-doc-mcp-server?

clever-doc-mcp-server is This MCP demo Server based on FastMCP, exposes Clever Cloud's Documentation

How do I install clever-doc-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is clever-doc-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/LostInBrittany/clever-doc-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP