Skip to main content
Glama
muhammadzaeemaltaf

GitHub Summary MCP

list_repositories

Retrieve all GitHub repositories accessible to the authenticated user, including owned, collaborative, and organizational repositories for activity analysis.

Instructions

Return all repositories accessible by the authenticated GitHub user.

Includes repositories where the user is an owner, collaborator, or organisation member.

Returns: A dict with key "repositories" containing a list of objects, each with full_name, name, owner, private, and default_branch fields.

Example return value::

{
    "repositories": [
        {
            "full_name": "octocat/Hello-World",
            "name": "Hello-World",
            "owner": "octocat",
            "private": false,
            "default_branch": "main"
        }
    ]
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/muhammadzaeemaltaf/github-summary-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server