Skip to main content
Glama
MCDxAI

baritone-docs-mcp

by MCDxAI

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.

Related MCP server: mcp-docs-server

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.gitcd 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"
      ]
    }
  }
}

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides unified search and navigation across multiple project documentations via the Model Context Protocol (MCP). Any MCP-compatible agent can discover and retrieve knowledge from all indexed projects.
    1
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCDxAI/baritone-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server