Skip to main content
Glama
gztchan

ossinsight-mcp

by gztchan

ossinsight-mcp

一个用于 OSS Insight 公共 API 的 MCP 服务器 (stdio)。

前置要求

  • Node.js 20+

安装

pnpm install

运行

pnpm dev

构建包并启动:

pnpm build
pnpm start

从 npm 安装(推荐)

npm i -g ossinsight-mcp

运行:

ossinsight-mcp

或通过 npx

npx -y ossinsight-mcp

配置

将此服务器添加到你的 MCP 配置中:

{
  "mcpServers": {
    "ossinsight": {
      "command": "npx",
      "args": ["-y", "ossinsight-mcp"]
    }
  }
}

包含的 MCP 工具

  • list_collections

  • list_hot_collections

  • collection_ranking_by_issues

  • collection_ranking_by_prs

  • collection_ranking_by_stars

  • list_collection_repositories

  • list_trending_repos

  • list_issue_creators

  • issue_creators_countries

  • repo_issue_creators_history

  • list_pull_request_creators

  • pull_request_creators_countries

  • pull_request_creators_history

  • pull_request_creators_organizations

  • repo_stargazers_countries

  • repo_stargazers_history

  • repo_stargazers_organizations

  • ossinsight_request (通用 GET 端点包装器)

API 参考

注意事项

  • 此服务器目前仅调用 GET 端点。

  • ossinsight_request 工具可帮助你在无需更改代码的情况下快速使用新端点。

Install Server
A
security – no known vulnerabilities
F
license - not found
B
quality - B tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gztchan/ossinsight-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server