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.
Похожие серверы
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Trading Partner Management
An MCP server for managing trading partners in the SAP Integration Suite.
Code Scanner Server
Scans code files for definitions, respects .gitignore, and outputs in LLM-friendly formats like XML or Markdown.
Open Computer Use
Give any LLM its own computer — Docker sandboxes with bash, browser, docs, and sub-agents
QA Radar
MCP server that tells your agent which files to test first — git churn, coverage gaps, and test mapping as per-file risk scores.
MCP OAuth Sample
A sample MCP OAuth server implementation using Next.js, providing OAuth 2.1 authentication with Google and PostgreSQL.
Kubernetes Automated Installation
An agent for automatically installing Kubernetes in a Rocky Linux environment using MCP.
MCP REST Server
A server for interacting with REST APIs, featuring authentication and Swagger documentation support.
Grok MCP
A MCP server for xAI's Grok API, providing access to capabilities including image understanding, image generation, live web search, and reasoning models.
Apple HIG
Provides instant access to Apple's Human Interface Guidelines, with content auto-updated periodically.
CIE - Code Intelligence Engine
Local code analysis MCP server with 25+ tools: semantic search, call graph tracing, dependency analysis, and symbol navigation. Built with Tree-sitter and CozoDB. Supports Go, Python, JS, TS.