Clever Cloud Documentation MCP server
@LostInBrittany
关于 Clever Cloud Documentation MCP server
This MCP demo Server based on FastMCP, exposes Clever Cloud's Documentation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clever-doc-mcp-server": {
"command": "npx",
"args": [
"fastmcp",
"dev",
"src/index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Clever Cloud Documentation MCP server?
A demo MCP server built with FastMCP that exposes Clever Cloud’s official documentation for use in MCP clients.
How to use Clever Cloud Documentation MCP server?
Install and run by adding the following configuration to an MCP client (e.g., Claude Desktop): { "mcp-clever-demo": { "command": "npx", "args": [ "-y", "mcp-clever-demo" ] } }. For development testing, use npx fastmcp dev src/index.ts.
Key features of Clever Cloud Documentation MCP server
- Exposes Clever Cloud documentation via MCP
- Built on FastMCP for quick development
- Designed as a demo server
- Easy to configure in MCP clients like Claude Desktop
Use cases of Clever Cloud Documentation MCP server
—
FAQ from Clever Cloud Documentation MCP server
How do I configure this server in an MCP client?
Add the following JSON to your MCP client settings: { "command": "npx", "args": [ "-y", "mcp-clever-demo" ] }.
How can I test the server during development?
Use npx fastmcp dev src/index.ts to run the server with mcp-cli for terminal-based testing and debugging.
How do I inspect the server with a Web UI?
Run npx fastmcp inspect src/index.ts to launch the official MCP Inspector interface.
What license does the project use?
The project is licensed under the MIT License.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
评论