返回市场
MCP-大模型文本

MCP-大模型文本

作者:SecretiveShell23 星标更新:2025-03-10

项目介绍

mcp-llms-txt

smithery 徽章

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

<a href="https://glama.ai/mcp/servers/kqwhhpe8l7"><img width="380" height="200" src="https://gips3.baidu.com/it/u=1686736900,4163181066&fm=3081&app=3081&f=PNG?w=760&h=400" alt="MCP-llms-txt MCP 服务器" /></a>

安装

pulsemcp.com 查看安装指南及示例用法。

通过 Smithery 安装

要通过 Smithery 自动安装适用于 Claude Desktop 的 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 密钥或秘密。

贡献

欢迎贡献!请打开一个问题或提交一个拉取请求。

许可证

本项目采用 MIT 许可证。