Awesome LLMs Txt
Access documentation from the Awesome-llms-txt repository directly in your conversations.
mcp-llms-txt
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.
Похожие серверы
Scout Monitoring MCP
спонсорPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Unreal Engine Code Analyzer
Analyzes Unreal Engine source code to provide context for AI assistants.
FileForge
Transforms raw code into polished solutions with optimized performance and vector embeddings support.
Clay MCP Server
An MCP server for interacting with the Clay API, which requires a Clay API key.
Figma (Oficial)
The Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files.
Image MCP Server
An MCP server for AI image generation using OpenAI and Replicate APIs.
Clojure MCP
An MCP server providing a complete toolset for Clojure development, requiring a running nREPL server.
MCP Time Server
Provides tools for getting the current time and date, and formatting timestamps in various formats and timezones.
WSL Exec
Execute commands securely in Windows Subsystem for Linux (WSL).
xctools
🍎 MCP server for Xcode's xctrace, xcrun, xcodebuild.
Qwen-Agent
A framework for developing LLM applications with capabilities like tool usage, planning, and memory, based on the Qwen model.