Skip to main content
Glama

MPO MCP Server

by bsangars

github_list_branches

Retrieve branch information from any GitHub repository to track development work, manage code versions, and understand project structure.

Instructions

List branches in a GitHub repository.

Args: repo_name: Full repository name (e.g., "owner/repo") limit: Maximum number of branches to return (default: 20)

Input Schema

NameRequiredDescriptionDefault
limitNo
repo_nameYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "type": "integer" }, "repo_name": { "type": "string" } }, "required": [ "repo_name" ], "type": "object" }

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/bsangars/mcp'

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