Back to MCP directory
publicPublicdnsLocal runtime

MCP-llms-txt

为Awesome-llms-txt项目提供MCP服务器支持,可直接在对话中添加文档资源。

article

README

🚀 mcp-llms-txt

mcp-llms-txt 项目主要为 Awesome-llms-txt 提供 MCP 服务器。借助 mcp 资源,可直接将文档添加到您的对话中。

🚀 快速开始

本项目可通过 Smithery 自动安装 MCP 服务器,也支持手动安装。安装完成后,可使用 mcp-cli 对服务器进行测试。

📦 安装指南

使用 Smithery 安装

您可以通过 Smithery 自动安装 MCP 服务器,执行以下命令:

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

手动安装

将配置设置为如下内容:

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

更多设置指南和示例使用方法可在 pulsemcp.com 查看。

💻 使用示例

测试服务器

使用 mcp-cli 测试服务器,执行以下命令:

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

由于配置文件中没有 API 密钥或秘密,因此无需更改。

🤝 贡献

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

📄 许可证

此项目根据 MIT 许可证发布。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client