Skip to main content
Glama

GitHub Projects MCP Server

query GetIssue($owner: String!, $name: String!, $number: Int!) { repository(owner: $owner, name: $name) { issue(number: $number) { id number title body createdAt updatedAt closedAt url author { login url } assignees(first: 10) { nodes { login url } } labels(first: 10) { nodes { name color } } milestone { title dueOn } comments(first: 0) { totalCount } } } }

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