ossinsight-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ossinsight-mcpshow me trending repositories from the last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ossinsight-mcp
An MCP server (stdio) for the OSS Insight Public API.
Prerequisites
Node.js 20+
Install
pnpm installRun
pnpm devBuild bundle and start:
pnpm build
pnpm startFrom npm (recommended)
npm i -g ossinsight-mcpRun:
ossinsight-mcpOr via npx:
npx -y ossinsight-mcpConfiguration
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/v1Public 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.
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