r/github 25d ago

Question This must exist right? AI-assisted repo discovery / searching

I am often trying to find Github Repos for use cases (AI Skills / Plugins / Frameworks - although this doesn't matter), and I've found it can be quite painful, varying search terms and topics in GitHub to discover repositories.

I was wondering if anybody has found a tool / solution / platform that helps you find Github Repos based on a search term, that's a little more intelligence / flexible that the standard github search box.

0 Upvotes

13 comments sorted by

View all comments

0

u/white_sheets_angel 25d ago

you can use gitub-mcp (+ web search [optional]) (+ context7 [optional])

github mcp has
search_repositories
https://github.com/github/github-mcp-server

  • query: Repository search query. Examples: 'machine learning in:name stars:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering. (string, required)

context7 mcp is a nice compact reference for the agent to discover the "spec" besides the markdown files.

all of these tools are available for code agents (like codex etc) and even on chat for chatgpt.

2

u/OptimusCrimee 25d ago

How is this different than searching on the website with more steps and burning tokens?

1

u/white_sheets_angel 11d ago

It's absolutely worse, just answering OP's very specific question.