Skip to main content
Glama
gztchan

ossinsight-mcp

by gztchan

ossinsight-mcp

Un servidor MCP (stdio) para la API pública de OSS Insight.

Requisitos previos

  • Node.js 20+

Related MCP server: GitHub MCP Server

Instalación

pnpm install

Ejecución

pnpm dev

Compilar el paquete e iniciar:

pnpm build
pnpm start

Desde npm (recomendado)

npm i -g ossinsight-mcp

Ejecutar:

ossinsight-mcp

O mediante npx:

npx -y ossinsight-mcp

Configuración

Añade este servidor a tu configuración de MCP:

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

Herramientas MCP incluidas

  • 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 (envoltorio genérico para endpoints GET)

Referencia de la API

  • Documentación: https://ossinsight.io/docs/api

  • URL base: https://api.ossinsight.io/v1

  • Autenticación beta pública: no se requiere autenticación (limitada por tasa)

Notas

  • Este servidor actualmente solo llama a endpoints GET.

  • La herramienta ossinsight_request te ayuda a utilizar rápidamente nuevos endpoints sin cambios en el código.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides tools for interacting with the GitHub API, enabling AI assistants to query repositories, pull requests, issues, commits, users, and more.
    452
    ISC
  • A
    license
    A
    quality
    B
    maintenance
    MCP server that enables AI assistants to look up and analyze GitHub repositories, including stars, forks, description, open issues, and README content.
    2
    68
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for GitHub operations, providing tools for repository management, issues, pull requests, and code search.

View all related MCP servers

Related MCP Connectors

  • An MCP server giving access to Grafana dashboards, data and more.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

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