Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Baritone Docs

БесплатноНе проверен

Provides fuzzy search, read, and refresh capabilities for Baritone documentation through the Model Context Protocol.

GitHubEmbed

Описание

Provides fuzzy search, read, and refresh capabilities for Baritone documentation through the Model Context Protocol.

README

Baritone Docs MCP

A Model Context Protocol server for Baritone documentation.

Node.js TypeScript MCP SDK Axios Zod Vitest

Fuzzy search, read, and refresh Baritone documentation through the Model Context Protocol

Features

Feature Description
Refresh Docs Downloads and updates the local documentation cache directly from GitHub.
Search Docs Performs fuzzy search across documentation files to find relevant topics.
Read Doc Retrieves the full text content of specific documentation files.
Resource Access Exposes documentation via the docs:// URI scheme for direct reference.

Project Structure

File / Directory Description
src/index.ts Main entry point initializing the MCP server and tools.
src/tools/ Contains logic for search and read functionalities.
src/resources/ Handles docs:// resource requests.
src/cache.ts Manages downloading, extracting, and caching documentation.
scraper/ Utilities for scraping and preparing documentation.
tests/ Integration tests for the MCP server.

Installation

Step Instructions
1. Clone the repository git clone https://github.com/MCDxAI/baritone-docs-mcp.git
cd baritone-docs-mcp
2. Install dependencies npm install
3. Build the project npm run build

Configuration

Add to your MCP settings file (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "baritone-docs": {
      "command": "node",
      "args": [
        "/path/to/baritone-docs-mcp/dist/index.js"
      ]
    }
  }
}

from github.com/MCDxAI/baritone-docs-mcp

Установка Baritone Docs

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/MCDxAI/baritone-docs-mcp

FAQ

Baritone Docs MCP бесплатный?

Да, Baritone Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Baritone Docs?

Нет, Baritone Docs работает без API-ключей и переменных окружения.

Baritone Docs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Baritone Docs в Claude Desktop, Claude Code или Cursor?

Открой Baritone Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Baritone Docs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity