LLMS.txt Documentation
Provides AI systems with access to documentation from llms.txt files by fetching and parsing content from specified URLs, enabling seamless documentation lookup during coding sessions.
Featured
View Source586 stars
0 tools
Created Aug 2025
@langchain-ai/langchain-ai-llms-txt-documentation-mcpdocAbout
Provides AI systems with access to documentation from llms.txt files by fetching and parsing content from specified URLs, enabling seamless documentation lookup during coding sessions.
Categories
general
Installation
npm
npm install @langchain-ai/langchain-ai-llms-txt-documentation-mcpdoc
Configuration
{
"mcpServers": {
"langchain-ai-llms-txt-documentation-mcpdoc": {
"command": "npx",
"args": [
"-y",
"@langchain-ai/langchain-ai-llms-txt-documentation-mcpdoc"
]
}
}
}