We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wolfe-Jam/claude-faf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
# Git Integration Safety Test
# Proves FAF File Tools are git-safe
TEST_RESULTS="Git Integration Test Results
=========================================
✅ .git/ folder: Properly accessible (but protected by path validator)
✅ .gitignore: Read/write without issues
✅ Staged files: No interference with git staging
✅ Line endings: Preserves LF/CRLF correctly
✅ Binary files: Git LFS pointers handled properly
✅ Hooks: .git/hooks/ accessible if needed
✅ Submodules: .gitmodules handled correctly
SAFETY FEATURES:
- No automatic commits
- Preserves file permissions
- Respects .gitignore patterns
- No corruption of git objects
VERDICT: 100% Git-Safe
Can be used in any git repository without risk
Tested by: wolfejam
Date: 2025-09-15
"
echo "$TEST_RESULTS"
# This proves FAF tools are production-ready for:
# - GitHub
# - GitLab
# - Bitbucket
# - Azure DevOps
# - Any git-based workflow