← 返回
未分类 中文

Pipeworx github

Search GitHub repos, view issues, and look up user profiles via the public REST API — no token required
无需 token,通过公开 REST API 搜索 GitHub 仓库、查看 Issues、查询用户信息。
b-gutman b-gutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 319
下载
💾 0
安装
1
版本
#latest

概述

GitHub

Search repositories by keyword, get detailed repo metadata (stars, forks, language, license), browse open issues, and look up user profiles. Uses the public GitHub REST API — no authentication token needed for public data.

Tools

  • search_repos — Search repositories by keyword, optionally sorted by stars, forks, or updated date
  • get_repo — Full details for a specific repo by owner/name (e.g., "facebook/react")
  • list_repo_issues — Open, closed, or all issues for a repository
  • get_user — Public profile for a GitHub username (e.g., "torvalds")

Scenarios

  • "Find the most starred Go CLI tools on GitHub" — search with "cli tool language:go", sort by stars
  • Checking a project's issue count and latest activity
  • Looking up a contributor's profile and public repos
  • Building a project discovery feature based on topic or language

Example: search for React-related repos

curl -s -X POST https://gateway.pipeworx.io/github/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_repos","arguments":{"query":"react hooks","sort":"stars","limit":5}}}'

Each result includes: name, full_name, description, stars, forks, language, license, and URL.

MCP config

{
  "mcpServers": {
    "pipeworx-github": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/github/mcp"]
    }
  }
}

Rate limits

Unauthenticated GitHub API requests are limited to 60/hour per IP. For heavier use, consider authenticated access through GitHub's own MCP server.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 17:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Pipeworx emojihub

b-gutman
按类别浏览获取表情符号,支持随机、笑脸、动物、食物、旗帜等
★ 0 📥 439
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,844
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 73 📥 182,221