HubLens
@HubLensOfficial
关于 HubLens
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hublens": {
"command": "npx",
"args": [
"-y",
"@hublens/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is HubLens?
HubLens is an MCP server that lets AI agents query trending open-source projects and AI-generated summaries from HubLens. It wraps the HubLens Public REST API to provide structured, multi-day OSS data for grounding recommendations in Claude, Cursor, and other MCP-compatible tools.
How to use HubLens?
Install via npx -y @hublens/mcp-server and add it to your MCP client config. No API key is required. Use the tools hublens_trending, hublens_search, and hublens_article with optional parameters for filtering by category, source, or slug.
Key features of HubLens
- Query today’s trending OSS ranked by HubLens score
- Search the full HubLens archive by text, category, or source
- Fetch detailed articles with EN/ZH summaries, use cases, and tags
- Works without authentication – 60 requests per hour per IP
- All data sourced from GitHub and Hacker News, analyzed via Vertex AI
Use cases of HubLens
- Discover what AI open-source projects are trending today
- Find Rust-based vector databases or other niche OSS
- Get a quick, AI-generated summary of a specific project like langchain
FAQ from HubLens
What data does HubLens provide?
HubLens automatically detects trending OSS on GitHub and Hacker News daily, then generates English and Chinese summaries, categories, and scores via Vertex AI (Gemini). The MCP server wraps the public REST API.
Do I need an API key or any credentials?
No. The server calls public, cached endpoints and requires no authentication. It is rate-limited to 60 requests per hour per IP.
How do I install and configure HubLens?
For Claude Code: claude mcp add hublens -- npx -y @hublens/mcp-server. For other clients, add a similar entry to your MCP configuration JSON.
Where is the data stored?
The server has no local state. All data is fetched from the HubLens REST API at https://hublens.dev/api/v1/*.
What transport does the server use?
The server runs as a command-line process via npx, using the standard MCP stdio transport.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
评论