Access documentation from the Awesome-llms-txt repository directly in your conversations.
MCP server for Awesome-llms-txt. Add documentation directly into your conversation via mcp resources.
View a setup guide + example usage on pulsemcp.com
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
Setup your claude config like this:
{
"mcpServers": {
"mcp-llms-txt": {
"command": "uvx",
"args": ["mcp-llms-txt"],
"env": {
"PYTHONUTF8": "1"
}
}
}
}
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.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.
A code sandbox for AI assistants to safely execute arbitrary code. Requires a 302AI API key for authentication.
An authentication-free, remote MCP server deployable on Cloudflare Workers. Customize tools directly in the source code and deploy via Cloudflare or locally.
Generate images using Baidu's iRAG API through a standardized MCP interface.
A template for deploying a remote MCP server on Cloudflare Workers, customizable by defining tools in the source code.
A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
An MCP server that allows AI assistants to interact with Ansible Automation Platform (AAP) and Event-Driven Ansible (EDA) infrastructure.
Bridges AI coding assistants with Neovim's Language Server Protocol for AI-powered code intelligence and navigation.
Navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on Dash0.
MCP Server to control and interact with Unity3d Game Engine for game development
A customizable MCP service with flexible tool selection and configuration. Requires a 302AI API key.