O
Ossinsight MCP
by @gztchan
MCP server by gztchan
Created 4/16/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
ossinsight-mcp
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_collectionslist_hot_collectionscollection_ranking_by_issuescollection_ranking_by_prscollection_ranking_by_starslist_collection_repositorieslist_trending_reposlist_issue_creatorsissue_creators_countriesrepo_issue_creators_historylist_pull_request_creatorspull_request_creators_countriespull_request_creators_historypull_request_creators_organizationsrepo_stargazers_countriesrepo_stargazers_historyrepo_stargazers_organizationsossinsight_request(generic GET endpoint wrapper)
API reference
- Docs: https://ossinsight.io/docs/api
- Base URL:
https://api.ossinsight.io/v1 - Public beta auth: no auth required (rate limited)
Notes
- This server currently calls GET endpoints only.
- The
ossinsight_requesttool helps you quickly use new endpoints without code changes.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-ossinsight-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"gztchan-ossinsight-mcp": {
"command": "npx",
"args": [
"gztchan-ossinsight-mcp"
]
}
}
}