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.
{
"mcpServers": {
"ossinsight": {
"command": "npx",
"args": [
"-y",
"ossinsight-mcp"
]
}
}
}