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 참조

참고

  • 이 서버는 현재 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