MCP.so
登录
H

HubLens

@HubLensOfficial

关于 HubLens

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

HubLensOfficial

提交者

HAL

配置

使用下面的配置,将此服务器添加到你的 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 服务器