Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: I made awesome lists available through CLI+Skills and MCP

The author created a tool that makes awesome lists accessible via CLI commands, Skills, and the Model Context Protocol (MCP), allowing users to browse curated resources directly from the terminal.

Background

- "awesome lists" are curated collections of resources on GitHub (e.g., awesome-python, awesome-selfhosted) maintained by the community, originally popularized by the "awesome" list project. - CLI (command-line interface) refers to interacting with software via typed commands in a terminal, common among developers. - MCP (Model Context Protocol) is an emerging open protocol that lets large language models (LLMs) like ChatGPT connect to external tools and data sources — essentially a way to give an AI assistant access to structured context. - This project packages awesome lists so you can query them from your terminal or feed them as context to an AI assistant, making it easier to find curated tools/libraries without browsing GitHub manually.

Related stories

  • Safari Technology Preview 247 introduces the Safari MCP server, a Model Context Protocol server that lets AI agents connect to a Safari browser window to access DOM, network requests, screenshots, and console output for more autonomous web debugging and development.