Skip to main content
Glama

GitHub Projects MCP Server

getRepository.graphql516 B
query GetRepository($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { id name owner { login url avatarUrl } nameWithOwner description url homepageUrl primaryLanguage { name color } isPrivate isFork isArchived isTemplate stargazerCount forkCount watchers { totalCount } openIssues: issues(states: OPEN) { totalCount } defaultBranchRef { name } createdAt updatedAt pushedAt licenseInfo { name spdxId } } }

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