We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marwaniiwael18/GitInsight-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# GitHub Personal Access Token
# Generate at: https://github.com/settings/tokens
# Required scopes: repo, read:user, read:org
GITHUB_TOKEN=ghp_your_github_personal_access_token_here
# GitHub Username
GITHUB_USERNAME=marwaniiwael18
# Cache Settings (optional)
CACHE_TTL_SECONDS=3600
CACHE_CHECK_PERIOD_SECONDS=600
# API Settings (optional)
GITHUB_API_BASE_URL=https://api.github.com