Star count is one number. This returns the trend behind it and who is actually committing, with a link to the OSSInsight page so the answer can be checked.
A client for OSSInsight.io, which analyses GitHub's public event data. It returns a repository's or a developer's analysis from both the API and the rendered page, browses OSSInsight's curated project collections, and passes a plain-English question to OSSInsight's own query interface.
- A repository's analysis — star trend, contributor activity, commits — over a time range you choose
- A developer's contribution pattern, activity history and reach
- Curated collections such as open-source databases or AI tools, listed and opened
- A plain-English question answered by OSSInsight's own natural-language query interface
- A link back to the OSSInsight page behind every answer, so the numbers can be checked rather than taken
The server runs locally and queries OSSInsight over the network. The data it reads is GitHub's public event data as OSSInsight publishes it.
One command — docker run --rm -i mcp/ossinsight
