Ibm Cloud Docs Server
БесплатноНе проверенEnables AI clients to search and retrieve IBM Cloud documentation, converting pages to clean Markdown.
Описание
Enables AI clients to search and retrieve IBM Cloud documentation, converting pages to clean Markdown.
README
A Model Context Protocol (MCP) server that provides AI clients with the ability to search and retrieve IBM Cloud documentation. This server exposes IBM Cloud's documentation as standardized tools that can be used by LLMs and AI applications.
Features
- Search Documentation: Search IBM Cloud's extensive documentation library with pagination support
- Read Documentation: Retrieve and convert documentation pages to clean Markdown format
- Clean API: Simplified responses containing only essential information
- MCP Compatible: Works with any MCP-compatible client (Claude Desktop, VSCode with MCP extension, etc.)
Installation
bun install
Usage
Running the MCP Server
bun run mcp
This starts the MCP server using stdio transport, making it compatible with MCP clients.
Running the Demo Application
bun run index.ts
This runs a standalone demo that searches for Ubuntu VSI documentation and converts it to Markdown.
Testing the MCP Server
bun run test-mcp
This runs a test client that connects to the MCP server and demonstrates both tools in action.
MCP Tools
search_documentation
Search IBM Cloud documentation for relevant topics and articles.
Parameters:
query(string): Search query for IBM Cloud documentationlimit(number, optional): Maximum number of results to return (1-20, default 10)offset(number, optional): Number of results to skip for pagination (default 0)
Returns: JSON object with search results, total count, and pagination info.
read_documentation
Read and convert IBM Cloud documentation page to clean Markdown format.
Parameters:
href(string): Documentation href from search results (e.g., '/docs/containers?topic=containers-getting-started')
Returns: Clean Markdown content of the documentation page.
Integration with Claude Desktop
To use this MCP server with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ibm-cloud-docs": {
"command": "bun",
"args": ["--cwd", "/absolute/path/to/this/project", "run", "mcp"]
}
}
}
Example Usage
Search for documentation:
Search for "kubernetes deployment" with limit 5Read specific documentation:
Read documentation from href "/docs/containers?topic=containers-getting-started"Paginated search:
Search for "virtual servers" with offset 10 to get the next page
Architecture
- mcp-server.ts: Main MCP server implementation
- ibm-cloud-api.ts: API client for IBM Cloud documentation
- utils.ts: Utility functions for URL parsing and HTML-to-Markdown conversion
- types.ts: TypeScript type definitions
The server reuses robust API integration code while providing a clean, simplified interface through the MCP protocol.
Requirements
- Bun runtime
- Node.js 18+ (for MCP SDK compatibility)
- Internet connection (for accessing IBM Cloud documentation APIs)
License
This project was created using bun init in bun v1.2.15.
Установка Ibm Cloud Docs Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sankalpmukim/ibm-cloud-docs-mcp-serverFAQ
Ibm Cloud Docs Server MCP бесплатный?
Да, Ibm Cloud Docs Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ibm Cloud Docs Server?
Нет, Ibm Cloud Docs Server работает без API-ключей и переменных окружения.
Ibm Cloud Docs Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ibm Cloud Docs Server в Claude Desktop, Claude Code или Cursor?
Открой Ibm Cloud Docs Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Ibm Cloud Docs Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
