Skip to main content
Glama

GitHub Projects MCP Server

# User-based query query ListUserProjects($login: String!, $first: Int, $after: String) { user(login: $login) { projectsV2(first: $first, after: $after) { pageInfo { hasNextPage endCursor } nodes { id title shortDescription url number createdAt updatedAt closed } } } } # Organization-based query query ListOrgProjects($login: String!, $first: Int, $after: String) { organization(login: $login) { projectsV2(first: $first, after: $after) { pageInfo { hasNextPage endCursor } nodes { id title shortDescription url number createdAt updatedAt closed } } } }

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