ossinsight-mcp
ossinsight-mcp
Un servidor MCP (stdio) para la API pública de OSS Insight.
Requisitos previos
Node.js 20+
Instalación
pnpm installEjecución
pnpm devCompilar el paquete e iniciar:
pnpm build
pnpm startDesde npm (recomendado)
npm i -g ossinsight-mcpEjecutar:
ossinsight-mcpO mediante npx:
npx -y ossinsight-mcpConfiguración
Añade este servidor a tu configuración de MCP:
{
"mcpServers": {
"ossinsight": {
"command": "npx",
"args": ["-y", "ossinsight-mcp"]
}
}
}Herramientas MCP incluidas
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(envoltorio genérico para endpoints GET)
Referencia de la API
Documentación: https://ossinsight.io/docs/api
URL base:
https://api.ossinsight.io/v1Autenticación beta pública: no se requiere autenticación (limitada por tasa)
Notas
Este servidor actualmente solo llama a endpoints GET.
La herramienta
ossinsight_requestte ayuda a utilizar rápidamente nuevos endpoints sin cambios en el código.
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