Skip to main content
Glama

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)

Related MCP server: Redis

发展

安装依赖项:

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 文件。

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

Latest Blog Posts

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