Skip to main content
Glama

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)

Related MCP server: MCP Fetch

発達

依存関係をインストールします:

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 ファイルを参照してください。

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.

View all MCP Connectors

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