MCP LLMS.txt Explorer

by thedaviddias
Verified

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.

MCP LLMS.txt エクスプローラー

llms.txtファイルを含むウェブサイトを探索するためのモデルコンテキストプロトコルサーバー。このサーバーは、llms.txt標準を実装したウェブサイトの検出と分析に役立ちます。

特徴

リソース

  • ウェブサイトでllms.txtとllms-full.txtファイルを確認してください
  • llms.txt ファイルの内容を解析して検証する
  • 準拠したウェブサイトの構造化データにアクセスする

ツール

  • check_website - ウェブサイトに llms.txt ファイルがあるかどうかを確認する
    • ドメインURLを入力として受け取ります
    • ファイルの場所と検証ステータスを返します
  • list_websites - llms.txt ファイルを持つ既知の Web サイトを一覧表示します
    • 準拠したウェブサイトに関する構造化データを返します
    • ファイルタイプによるフィルタリングをサポート (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

llms.txt 標準を実装している Web サイトの検出と分析を支援するサーバー。ユーザーは、Web サイトに llms.txt ファイルがあるかどうかを確認し、既知の準拠 Web サイトを一覧表示できます。

  1. Features
    1. Resources
    2. Tools
  2. Development
    1. Installation
      1. Installing via Smithery
      2. Installing Manually
      3. Configuration with Claude Desktop
      4. Debugging
    2. License
      ID: lhyj3pva0z