Skip to main content
Glama

GitHub Projects MCP Server

get-repository

Retrieve a GitHub repository by specifying the owner and repository name, enabling easy access to repository details and project management tasks.

Instructions

Get a GitHub repository by owner and name

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username)
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo" ], "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/taylor-lindores-reeves/mcp-github-projects'

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