Skip to main content
Glama

GitHub Projects MCP Server

query GetProjectFields($id: ID!) { node(id: $id) { ... on ProjectV2 { fields(first: 50) { nodes { __typename ... on ProjectV2Field { id name } ... on ProjectV2IterationField { id name configuration { iterations { startDate duration } } } ... on ProjectV2SingleSelectField { id name options { id name color } } } } } } }

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