Skip to main content
Glama

MCP LLMS.txt Explorer

MCP LLMS.txt Проводник

Сервер Model Context Protocol для исследования веб-сайтов с файлами llms.txt. Этот сервер поможет вам обнаружить и проанализировать веб-сайты, реализующие стандарт llms.txt.

Функции

Ресурсы

  • Проверьте веб-сайты на наличие файлов llms.txt и llms-full.txt
  • Анализ и проверка содержимого файла llms.txt
  • Получите доступ к структурированным данным о соответствующих веб-сайтах

Инструменты

  • check_website - Проверка наличия на сайте файлов llms.txt
    • Принимает URL домена в качестве входных данных
    • Возвращает расположение файлов и статус проверки
  • list_websites - Список известных веб-сайтов с файлами llms.txt
    • Возвращает структурированные данные о соответствующих веб-сайтах
    • Поддерживает фильтрацию по типу файла (llms.txt/llms-full.txt)

Разработка

Установить зависимости:

pnpm install

Сборка сервера:

pnpm run build

Для разработки с автоматической пересборкой:

pnpm run watch

Установка

Установка через Smithery

Чтобы автоматически установить mcp-llms-txt-explorer для Claude Desktop через Smithery :

npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claude

Установка вручную

Чтобы использовать этот сервер:

# Clone the repository git clone https://github.com/thedaviddias/mcp-llms-txt-explorer.git cd mcp-llms-txt-explorer # Install dependencies pnpm install # Build the server pnpm run build

Конфигурация с Claude Desktop

Для использования с Claude Desktop добавьте конфигурацию сервера:

В MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json В Windows: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "llms-txt-explorer": { "command": "node", "args": ["/path/to/llms-txt-explorer/build/index.js"], } } }

Для использования npx вы можете использовать:

{ "mcpServers": { "llms-txt-explorer": { "command": "npx", "args": ["-y", "@thedaviddias/mcp-llms-txt-explorer"] } } }

Отладка

Поскольку серверы MCP взаимодействуют через stdio, отладка может быть сложной. Мы рекомендуем использовать MCP Inspector , который доступен как пакетный скрипт:

pnpm run inspector

Инспектор предоставит URL-адрес для доступа к инструментам отладки в вашем браузере.

Лицензия

Данный проект лицензирован по лицензии MIT — подробности см. в файле LICENSE.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Сервер, который помогает обнаруживать и анализировать веб-сайты, реализующие стандарт llms.txt, позволяя пользователям проверять, есть ли на веб-сайтах файлы llms.txt, и составлять список известных совместимых веб-сайтов.

  1. Функции
    1. Ресурсы
    2. Инструменты
  2. Разработка
    1. Установка
      1. Установка через Smithery
      2. Установка вручную
      3. Конфигурация с Claude Desktop
      4. Отладка
    2. Лицензия

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
        Last updated -
        1
        48,131
        JavaScript
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        Opens a browser to monitor and retrieve console logs and network requests, providing structured data about web page behavior to LLMs.
        Last updated -
        4
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.
        Last updated -
        TypeScript
        • Apple

      View all related MCP servers

      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/thedaviddias/mcp-llms-txt-explorer'

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