loading…
Search for a command to run...
loading…
An MCP server that provides access to the OSS Insight Public API for GitHub repository analytics. It enables querying trending repositories, contributor statist
An MCP server that provides access to the OSS Insight Public API for GitHub repository analytics. It enables querying trending repositories, contributor statistics, and collection rankings through various tools.
An MCP server (stdio) for the OSS Insight Public API.
pnpm install
pnpm dev
Build bundle and start:
pnpm build
pnpm start
npm i -g ossinsight-mcp
Run:
ossinsight-mcp
Or via npx:
npx -y ossinsight-mcp
Add this server to your MCP config:
{
"mcpServers": {
"ossinsight": {
"command": "npx",
"args": ["-y", "ossinsight-mcp"]
}
}
}
list_collectionslist_hot_collectionscollection_ranking_by_issuescollection_ranking_by_prscollection_ranking_by_starslist_collection_repositorieslist_trending_reposlist_issue_creatorsissue_creators_countriesrepo_issue_creators_historylist_pull_request_creatorspull_request_creators_countriespull_request_creators_historypull_request_creators_organizationsrepo_stargazers_countriesrepo_stargazers_historyrepo_stargazers_organizationsossinsight_request (generic GET endpoint wrapper)https://api.ossinsight.io/v1ossinsight_request tool helps you quickly use new endpoints without code changes.Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"ossinsight-mcp": {
"command": "npx",
"args": []
}
}
}