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 파일을 사용하여 알려진 웹사이트 나열
    • 규정을 준수하는 웹사이트에 대한 구조화된 데이터를 반환합니다.
    • 파일 유형(llms.txt/llms-full.txt)별 필터링을 지원합니다.

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

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

llms.txt 표준을 구현하는 웹사이트를 발견하고 분석하는 데 도움이 되는 서버로, 사용자는 웹사이트에 llms.txt 파일이 있는지 확인하고 알려진 호환 웹사이트를 나열할 수 있습니다.

  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