MCP-llms-txt
by: SecretiveShell
MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
📌Overview
Purpose: The MCP server for Awesome-llms-txt aims to facilitate the integration of documentation directly into conversations, enhancing user interaction with resources.
Overview: MCP-llms-txt is designed to streamline the process of utilizing language model text files within an interactive environment, allowing users to easily access and leverage documentation as part of their dialogue.
Key Features:
-
Seamless Integration: Enables users to incorporate documentation into their conversations in real-time, improving accessibility and user experience.
-
Easy Setup: Provides straightforward installation instructions via Smithery, making it easy for users to get started with minimal technical barriers.
MCP-LLMS-TXT
MCP server for Awesome-LLMS-TXT. Add documentation directly into your conversation via MCP resources.
Installation
Installing via Smithery
To install MCP Server for Awesome-LLMS-TXT for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude
Manual Installation
Set up your Claude configuration as follows:
{
"mcpServers": {
"mcp-llms-txt": {
"command": "uvx",
"args": ["mcp-llms-txt"],
"env": {
"PYTHONUTF8": "1"
}
}
}
}
Testing
Use mcp-cli to test the server:
npx -y "@wong2/mcp-cli" -c config.json
The configuration file is already set up and does not need to be changed since there are no API keys or secrets.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.