Connect to Claude
Mcpdoc icon

Mcpdoc

Exposes llms.txt files to IDEs for enhanced development context and tool control.

About

Mcpdoc provides developers with full control over the tools used by applications like Cursor, Windsurf, Claude Code, and Claude Desktop. It exposes llms.txt files, which are website indexes for LLMs, to these IDEs and applications, enabling them to retrieve context for tasks. By providing an open-source MCP server, Mcpdoc allows users to define a list of llms.txt files and provides a `fetch_docs` tool to read URLs within those files. This setup enhances transparency and allows users to audit each tool call and the context returned, improving control and visibility in the LLM development process.

Key Features

  • Provides full control over tools used by applications
  • Provides a `fetch_docs` tool to read URLs
  • Exposes llms.txt files to IDEs
  • Allows users to define a list of llms.txt files
  • Enables auditing of tool calls and context returned

Use Cases

  • Connecting IDEs to custom documentation sources
  • Providing controlled context to LLMs in various applications
  • Auditing context retrieval for LLM development