Awesome LLMs Txt - Secure MCP Server by ALMC Security 2025

Awesome LLMs Txt

View on GitHub

mcp-llms-txt

smithery badge

MCP server for Awesome-llms-txt. Add documentation directly into your conversation via mcp resources.

Installation

View a setup guide + example usage on pulsemcp.com

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

Setup your claude config like this:

{
    "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 config file is already setup 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.

Related in Development - Secure MCP Servers

ServerSummaryActions
Dieter RamsAn MCP server that evaluates product designs against Dieter Rams' 10 principles of good design.View
Code Knowledge ToolA knowledge management tool for code repositories using vector embeddings. This tool helps maintain...View
Unified MCP Client Library🌐 MCP-Use is the open source way to connect any LLM to any MCP server and build custom MCP agents t...View
SDK MCP ServerA configurable Model Context Protocol (MCP) server that provides searchable access to multiple AI/ML...View
OpenRouter MCP Client for CursorA Model Context Protocol (MCP) client for Cursor that utilizes OpenRouter.ai to access multiple AI m...View
MCP Tool Poisoning AttacksView