Skip to main content
Glama
gztchan

ossinsight-mcp

by gztchan

ossinsight-mcp

OSS Insight Public 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リファレンス

  • ドキュメント: https://ossinsight.io/docs/api

  • ベースURL: https://api.ossinsight.io/v1

  • パブリックベータ認証: 認証不要(レート制限あり)

注意事項

  • このサーバーは現在、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