HubLens automatically detects trending OSS on GitHub and Hacker News daily, then generates EN/ZH summaries, categories, and scoring via Vertex AI (Gemini). This MCP server wraps the HubLens Public REST API so any AI agent can ground its OSS recommendations in fresh, structured, multi-day data.
Server Config
{
"mcpServers": {
"hublens": {
"command": "npx",
"args": [
"-y",
"@hublens/mcp-server"
]
}
}
}