Skip to main content
Glama

MCP LLMS.txt Explorer

MCP LLMS.txt Explorer

Ein Model Context Protocol-Server zum Erkunden von Websites mit llms.txt-Dateien. Dieser Server hilft Ihnen beim Entdecken und Analysieren von Websites, die den llms.txt-Standard implementieren.

Merkmale

Ressourcen

  • Suchen Sie auf Websites nach llms.txt- und llms-full.txt-Dateien
  • Inhalt der Datei llms.txt analysieren und validieren
  • Zugriff auf strukturierte Daten zu konformen Websites

Werkzeuge

  • check_website - Überprüfen, ob eine Website llms.txt-Dateien enthält
    • Nimmt die Domänen-URL als Eingabe
    • Gibt Dateispeicherorte und Validierungsstatus zurück
  • list_websites - Listet bekannte Websites mit llms.txt-Dateien auf
    • Gibt strukturierte Daten über konforme Websites zurück
    • Unterstützt das Filtern nach Dateityp (llms.txt/llms-full.txt)

Entwicklung

Installieren Sie Abhängigkeiten:

pnpm install

Erstellen Sie den Server:

pnpm run build

Für die Entwicklung mit automatischem Rebuild:

pnpm run watch

Installation

Installation über Smithery

So installieren Sie mcp-llms-txt-explorer für Claude Desktop automatisch über Smithery :

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

Manuelle Installation

So verwenden Sie diesen Server:

# 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

Konfiguration mit Claude Desktop

Zur Verwendung mit Claude Desktop fügen Sie die Serverkonfiguration hinzu:

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

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

Für die NPX-Verwendung können Sie Folgendes verwenden:

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

Debuggen

Da MCP-Server über stdio kommunizieren, kann das Debuggen eine Herausforderung darstellen. Wir empfehlen die Verwendung des MCP Inspector , der als Paketskript verfügbar ist:

pnpm run inspector

Der Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.

Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert – weitere Einzelheiten finden Sie in der Datei 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.

Ein Server, der beim Erkennen und Analysieren von Websites hilft, die den llms.txt-Standard implementieren. So können Benutzer überprüfen, ob Websites über llms.txt-Dateien verfügen, und bekannte konforme Websites auflisten.

  1. Merkmale
    1. Ressourcen
    2. Werkzeuge
  2. Entwicklung
    1. Installation
      1. Installation über Smithery
      2. Manuelle Installation
      3. Konfiguration mit Claude Desktop
      4. Debuggen
    2. Lizenz

      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