Skip to main content
Glama

MCP Git Server

by MementoRC
.gitignore1.49 kB
__pycache__ .venv .env *.log .DS_Store .pytest_cache/ *.pyc *.pyo *.pyd .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # IDE .vscode/ .idea/ # Local settings that might contain sensitive data .claude/settings_local.json .mcp.json .mcp.json.backup .taskmaster/ # Added by Claude Task Master # Logs logs npm-debug.log* yarn-debug.log* yarn-error.log* dev-debug.log # Dependency directories node_modules/ # Environment variables # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # OS specific # UV lock file (using pixi for package management) uv.lock # Pixi environment and cache files .pixi/ .ruff_cache/ # Data directory (temporary/cache files) data/ # Development tool files - local only .aider/ .aider.tags.cache.v4 .claude/ ai_docs/ # CI trigger # Development artifacts and test files *.md !README.md !SECURITY.md test_*.txt test_*.py mcp_git_test.txt *_test.txt .commit-marker .cursor/ .serena/ *_SUMMARY.md *_PLAN.md *_LIST.md quality-*.md # Development artifacts and debug files live_test_validation.txt live_*.txt *_validation.txt debug_mcp_test.py mcp-server-git-simple security_test.txt # Remove existing tracked development files # Note: These files need to be manually removed from git tracking BUG_FIX_SUMMARY.md CHERRY_PICK_LIST.md TASK_2_IMPLEMENTATION_SUMMARY.md TEST_COVERAGE_SUMMARY.md .coverage coverage.xml # Task files # tasks.json # tasks/

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/MementoRC/mcp-git'

If you have feedback or need assistance with the MCP directory API, please join our Discord server