Skip to main content
Glama

MCP LLMS.txt Explorer

MCP LLMS.txt 资源管理器

一个用于探索包含 llms.txt 文件的网站的模型上下文协议 (MCP) 服务器。此服务器可帮助您发现和分析实现 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 安装

要通过Smithery自动为 Claude Desktop 安装 mcp-llms-txt-explorer:

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": "/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
        51,247
        Python
        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