mcpdoc

mcpdoc

8

The MCP LLMS-TXT Documentation Server is an open-source server designed to provide applications with a user-defined list of LLMs `llms.txt` files and a tool to read URLs from these files. It enhances transparency and control over tool calls and contexts. Key features include integration with popular applications, different configuration options, and compatibility with both YAML and JSON formats.

Overview

  • MCP LLMS-TXT Documentation Server is an open-source MCP server providing MCP host applications like Cursor, Windsurf, Claude Code/Desktop with a user-defined list of llms.txt files.
  • It features a fetch_docs tool to read URLs within provided llms.txt files, allowing transparency and auditing of tool calls and contexts.
  • The server can be installed using commands, tested locally, and connected to various applications, offering a command-line interface for different configuration methods.
  • It supports YAML and JSON configuration files and offers options like HTTP redirects and request timeouts.
  • Programmatic usage is available for creating and running the server.