Skip to main content
Glama

MCP Git Server

by MementoRC

github_list_pull_requests

Retrieve and filter pull requests from a GitHub repository with options to sort, paginate, and filter by state, head, and base branch using the MCP Git Server.

Instructions

List pull requests for a repository with filtering and pagination

Input Schema

NameRequiredDescriptionDefault
baseNo
directionNodesc
headNo
pageNo
per_pageNo
repo_nameYes
repo_ownerYes
sortNocreated
stateNoopen

Input Schema (JSON Schema)

{ "properties": { "base": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Base" }, "direction": { "default": "desc", "title": "Direction", "type": "string" }, "head": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Head" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 30, "title": "Per Page", "type": "integer" }, "repo_name": { "title": "Repo Name", "type": "string" }, "repo_owner": { "title": "Repo Owner", "type": "string" }, "sort": { "default": "created", "title": "Sort", "type": "string" }, "state": { "default": "open", "title": "State", "type": "string" } }, "required": [ "repo_owner", "repo_name" ], "title": "GitHubListPullRequests", "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/MementoRC/mcp-git'

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