Command Palette

Search for a command to run...

UnylyUnyly
Browse all

OSS Insight

FreeMaintained

Queries OSS Insight's public analytics API with 18 tools for GitHub repository trends, contributor statistics, collection analysis, and open-source ecosystem in

GitHubEmbed

About

Queries OSS Insight's public analytics API with 18 tools for GitHub repository trends, contributor statistics, collection analysis, and open-source ecosystem insights.

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 OSS Insight in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install oss-insight

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 oss-insight -- npx -y ossinsight-mcp

Step-by-step: how to install OSS Insight

FAQ

Is OSS Insight MCP free?

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

Does OSS Insight need an API key?

No, OSS Insight runs without API keys or environment variables.

Is OSS Insight hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

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

Open OSS Insight 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

Related MCPs

Compare OSS Insight with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs