GitHub

get_github_repo

Fetch detailed statistics and metadata for a GitHub repository. Returns star count, fork count, open issue count, primary programming language, project description, last updated timestamp, and contributor count. Use for evaluating open-source projects, competitive analysis, or monitoring project health.

Remote nexgendata-apify/developer-tools-mcp-server

Other tools also called get_github_repo? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository in format 'owner/repo' (e.g. 'facebook/react', 'kubernetes/kubernetes')"
    }
  }
}
          

Provider

GitHub →