Skip to main content
Glama

mcp-llms-txt

insignia de herrería

Servidor MCP para Awesome-llms-txt . Añade documentación directamente a tu conversación mediante recursos MCP.

Instalación

Vea una guía de configuración + ejemplo de uso en pulsemcp.com

Instalación mediante herrería

Para instalar MCP Server para Awesome-llms-txt para Claude Desktop automáticamente a través de Smithery :

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

Instalación manual

Configura tu Claude config de esta manera:

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

Related MCP server: MCP LLMS-TXT Documentation Server

pruebas

Utilice mcp-cli para probar el servidor:

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

El archivo de configuración ya está configurado y no es necesario modificarlo ya que no hay claves API ni secretos.

Contribuyendo

¡Agradecemos sus contribuciones! Abra un problema o envíe una solicitud de incorporación de cambios.

Licencia

Este proyecto está licenciado bajo la licencia MIT.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
    8 npm
    265
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.
    1,035
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that exposes the llms.txt file and its referenced local or external resources from a project root to provide context for AI models. It automatically parses documentation links and URLs to make them accessible as additional MCP resources.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Generic MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.
    MIT