Clever Cloud Documentation MCP server
@MCP-Mirror
Clever Cloud Documentation MCP server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"LostInBrittany_clever-doc-mcp-server": {
"command": "npx",
"args": [
"fastmcp",
"dev",
"src/index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
—
「メモリとナレッジ」の他のコンテンツ
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
コメント