M

MCP文档助手

@SecretiveShell/MCP-llms-txt
0 Stars 658 次浏览 SecretiveShell 更新于 2026-08-23

SecretiveShell/Awesome-llms-txt的MCP服务器。通过MCP资源将文档直接添加到您的对话中。

该服务暂未提供标准配置,请参考 README 手动接入

服务介绍

mcp-llms-txt

smithery badge

用于 Awesome-llms-txt 的 MCP 服务器。通过 MCP 资源直接将文档添加到您的对话中。

安装

pulsemcp.com 上查看设置指南和示例用法。

通过 Smithery 安装

要通过 Smithery 自动为 Claude 桌面安装 Awesome-llms-txt 的 MCP 服务器:

npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude

手动安装

像这样设置您的 Claude 配置:

{
    "mcpServers": {
        "mcp-llms-txt": {
            "command": "uvx",
            "args": ["mcp-llms-txt"],
            "env": {
                "PYTHONUTF8": "1"
            }
        }
    }
}

测试

使用 mcp-cli 测试服务器:

npx -y "@wong2/mcp-cli" -c config.json

配置文件已经设置好,不需要更改,因为没有 API 密钥或密文。

贡献

欢迎贡献!请打开一个 issue 或提交一个 pull request。

许可证

本项目采用 MIT 许可证。

相关 MCP 服务