mcp-llms-txt
@SecretiveShell
关于 mcp-llms-txt
MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-llms-txt": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@SecretiveShell/MCP-llms-txt",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-llms-txt?
mcp-llms-txt is an MCP server for the Awesome-llms-txt collection. It adds documentation from this collection directly into conversations via MCP resources, allowing users to bring relevant knowledge into their chat without leaving the context.
How to use mcp-llms-txt?
Install via Smithery using npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude or manually by adding a configuration entry to your Claude Desktop config: command uvx with args ["mcp-llms-txt"] and env PYTHONUTF8=1. No API keys or secrets are required.
Key features of mcp-llms-txt
- Provides documentation from Awesome-llms-txt via MCP resources.
- No API keys or secrets required for use.
- Simple installation via Smithery or manual JSON config.
- Works with Claude Desktop out of the box.
- Based on a curated collection of llms.txt files.
Use cases of mcp-llms-txt
- Retrieve relevant documentation without leaving a conversation.
- Incorporate curated knowledge into AI-assisted development.
- Access documentation from Awesome-llms-txt with no extra setup.
- Use with Claude Desktop for context-aware conversations.
FAQ from mcp-llms-txt
What does this server do?
It serves documentation from the Awesome-llms-txt collection into conversations via the Model Context Protocol, making the information available as MCP resources.
What are the runtime requirements?
The server runs via uvx or npx and has no external dependencies beyond the MCP client. No API keys or secrets are needed.
How do I install it for Claude Desktop?
You can use Smithery with npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude or manually add the JSON config shown in the README.
Is any authentication required?
No authentication is required; the server has no access keys or secrets.
Where does the documentation come from?
The documentation is sourced from Awesome-llms-txt, a community-maintained collection of llms.txt files.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论