An open API service indexing awesome lists of open source software.

https://github.com/SecretiveShell/MCP-llms-txt

MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
https://github.com/SecretiveShell/MCP-llms-txt

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# mcp-llms-txt

[![smithery badge](https://smithery.ai/badge/@SecretiveShell/MCP-llms-txt)](https://smithery.ai/server/@SecretiveShell/MCP-llms-txt)

MCP server for [Awesome-llms-txt](https://github.com/SecretiveShell/Awesome-llms-txt). Add documentation directly into your conversation via mcp resources.

MCP-llms-txt MCP server

## Installation

View a setup guide + example usage on [pulsemcp.com](https://www.pulsemcp.com/use-cases/utilize-llm-txt-files/secretiveshell-claude-llmstxt)

### Installing via Smithery

To install MCP Server for Awesome-llms-txt for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@SecretiveShell/MCP-llms-txt):

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

### Manual Installation
Setup your claude config like this:

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

## testing

Use [mcp-cli](https://github.com/wong2/mcp-cli) to test the server:

```bash
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.