Skip to main content
Glama
gztchan

ossinsight-mcp

by gztchan

ossinsight-mcp

MCP-сервер (stdio) для публичного API OSS Insight.

Предварительные требования

  • 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