baritone-docs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@baritone-docs-mcpsearch docs for goto command"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Baritone Docs MCP
A Model Context Protocol server for Baritone documentation.
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 |
Related MCP server: DevDocs MCP
Project Structure
File / Directory | Description |
| Main entry point initializing the MCP server and tools. |
| Contains logic for search and read functionalities. |
| Handles |
| Manages downloading, extracting, and caching documentation. |
| Utilities for scraping and preparing documentation. |
| Integration tests for the MCP server. |
Installation
Step | Instructions |
1. Clone the repository |
|
2. Install dependencies |
|
3. Build the project |
|
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"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.146058MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol implementation that enables AI-powered access to documentation resources, featuring URI-based navigation, template matching, and structured documentation management.9MIT
- -licenseNot gradedqualityCmaintenanceEnables efficient search through Model Context Protocol documentation, supporting clients like Cursor and Claude Desktop.2
- FlicenseNot gradedqualityBmaintenanceProvides 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
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).
Agentic search over your Dewey document collections from any MCP-compatible client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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