We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MementoRC/mcp-git'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•1.02 kB
# Example .env file for mcp-server-git
# Copy this file to .env and update with your actual values
# GitHub API Token for GitHub integration features
# Get your token from: https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
# Optional: Custom GitHub API base URL (for GitHub Enterprise)
# GITHUB_API_BASE_URL=https://api.github.com
# Azure DevOps Configuration
# Get your Personal Access Token from: https://dev.azure.com/{organization}/_usersSettings/tokens
# The token should have 'Build (Read)' scope at minimum
AZURE_DEVOPS_TOKEN=your_azure_devops_pat_token_here
AZURE_DEVOPS_ORG=your_organization_name
# Optional: Log level for debugging
# LOG_LEVEL=INFO
# Security Configuration (for strict mode enforcement)
# GPG signing key ID (auto-detected if not specified)
# Get your key ID with: gpg --list-secret-keys --keyid-format=LONG
GPG_SIGNING_KEY=your_gpg_key_id_here
# Git user configuration (used when not already configured)
GIT_USER_NAME=Your Name
GIT_USER_EMAIL=your.email@example.com