Docs MCP Server

Docs MCP Server

By MiguelRipoll23 GitHub

Search and read your documentation using the model context protocol

markdown documentation
Overview

what is Docs MCP Server?

Docs MCP Server is a tool that allows users to search and read documentation stored in markdown or text files using the model context protocol.

how to use Docs MCP Server?

To use Docs MCP Server, you need to add a specific block to your MCP client configuration, specifying the command to run the server with the appropriate arguments.

key features of Docs MCP Server?

  • Supports searching and reading markdown documentation.
  • Utilizes the model context protocol for efficient document handling.
  • Requires Deno for execution.

use cases of Docs MCP Server?

  1. Managing and accessing project documentation in markdown format.
  2. Integrating documentation search capabilities into applications.
  3. Facilitating easy access to technical documents for developers.

FAQ from Docs MCP Server?

  • What do I need to run Docs MCP Server?

You need to have Deno installed on your system.

  • Can I use it with any markdown files?

Yes, it can read any markdown or text files as long as they are properly formatted.

  • Is there a demo available?

Yes, a demo is provided in the documentation.

Content

Docs MCP Server

Search and read your documentation in markdown or text files using the model context protocol.

NOTE

Requires Deno to be installed.

Demo

Demo

Usage

Add the following block to your MCP client:

"mcp": {
  "servers": {
    "docs-mcp-server": {
      "type": "stdio",
      "command": "deno",
      "args": ["run", "--allow-read", "jsr:@miguelripoll23/docs-mcp-server", "DIRECTORY_PATH_DOCUMENTATION_HERE"]
    }
  }
}
No tools information available.

Unblock, scrape, and search tools for MCP clients

markdown cdn
View Details
Memory Bank MCP
Memory Bank MCP by tuncer-byte

Memory Bank is an MCP server that helps teams create, manage, and access structured project documentation. It generates and maintains a set of interconnected Markdown documents that capture different aspects of project knowledge, from high-level goals to technical details and day-to-day progress.

memory-bank documentation
View Details
Mcp Server Ragdocs
Mcp Server Ragdocs by sanderkooger

An MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted. Enabling AI assistants to augment their responses with relevant documentation context.

mcp-server documentation
View Details

Model Context Protocol documentation server for LangGraph and MCP.

mcp-doc documentation
View Details

Mirror of

mcp-server documentation
View Details

-

Keycloak Documentation
View Details