We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nkefor/github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•180 B
# GitHub MCP Server Dependencies
# ================================
# MCP SDK for Python
mcp>=1.0.0
# HTTP client for GitHub API
httpx>=0.27.0
# Data validation
pydantic>=2.0.0