用于 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 自动安装适用于 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 许可证。