MCP LLMS.txt Explorer
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)별 필터링을 지원합니다.
Related MCP server: MCP Fetch
개발
종속성 설치:
지엑스피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 buildClaude 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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA server that analyzes website performance using Playwright and Lighthouse, allowing LLMs to perform web performance analysis through the Model Context Protocol.25MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that allows LLMs to retrieve and convert web content to markdown without robots.txt restrictions.12MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to fetch and audit documentation from user-defined llms.txt index files. It provides tools to list documentation sources and retrieve content from specific URLs with built-in domain access controls for secure context retrieval.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to extract, validate, and discover documentation from websites using llms.txt and install.md standards.3032Inno Setup
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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