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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
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
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント