Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ossinsight

FreeMaintained

An MCP server that provides access to the OSS Insight Public API for GitHub repository analytics. It enables querying trending repositories, contributor statist

GitHubEmbed

About

An MCP server that provides access to the OSS Insight Public API for GitHub repository analytics. It enables querying trending repositories, contributor statistics, and collection rankings through various tools.

README

An MCP server (stdio) for the OSS Insight Public API.

Prerequisites

  • Node.js 20+

Install

pnpm install

Run

pnpm dev

Build bundle and start:

pnpm build
pnpm start

From npm (recommended)

npm i -g ossinsight-mcp

Run:

ossinsight-mcp

Or via npx:

npx -y ossinsight-mcp

Configuration

Add this server to your MCP config:

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

Included MCP tools

  • 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 (generic GET endpoint wrapper)

API reference

Notes

  • This server currently calls GET endpoints only.
  • The ossinsight_request tool helps you quickly use new endpoints without code changes.

from github.com/gztchan/ossinsight-mcp

Install Ossinsight in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ossinsight-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ossinsight-mcp -- npx -y ossinsight-mcp

Step-by-step: how to install Ossinsight

FAQ

Is Ossinsight MCP free?

Yes, Ossinsight MCP is free — one-click install via Unyly at no cost.

Does Ossinsight need an API key?

No, Ossinsight runs without API keys or environment variables.

Is Ossinsight hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ossinsight in Claude Desktop, Claude Code or Cursor?

Open Ossinsight on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Ossinsight with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs