Git Finder Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Git Finder Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
사내 여러 Git 프로젝트에서 코드를 검색해주는 MCP 서버. Claude Code에 연결하여 자연어로 코드 검색이 가능합니다.
npm install
claude mcp add git-finder -- npx tsx /path/to/git-finder-mcp/src/index.ts끝! 별도의 빌드나 ripgrep 설치가 필요 없습니다.
@vscode/ripgrep 패키지가 ripgrep 바이너리를 자동으로 포함합니다.tsx가 TypeScript를 직접 실행하므로 빌드 단계가 없습니다..claude.json에 직접 추가할 수도 있습니다:
{
"mcpServers": {
"git-finder": {
"command": "npx",
"args": ["tsx", "/path/to/git-finder-mcp/src/index.ts"]
}
}
}Claude Code에서 자연어로 사용합니다:
# 프로젝트 등록
"이 경로를 payment-service라는 이름으로 등록해줘: /Users/box/work/monorepo/packages/payment"
# 코드 검색
"결제 관련 코드 찾아줘"
"인증 미들웨어 어떤 프로젝트에서 쓰고 있어?"
"공통 유틸 함수 중에 날짜 관련된 거 보여줘"
# 프로젝트 구조 확인
"payment-service 프로젝트 구조 보여줘"등록한 프로젝트 목록은 홈 디렉토리에 저장됩니다:
~/.git-finder-mcp/projects.jsonMCP 버전이 바뀌거나 재설치해도 데이터가 유지됩니다.
| Tool | 설명 |
|---|---|
add_project | 로컬 경로의 Git 프로젝트를 등록 |
remove_project | 등록된 프로젝트 제거 |
list_projects | 등록된 프로젝트 목록 + 설명 반환 |
search_code | 키워드로 코드 검색 (ripgrep 사용) |
get_file_tree | 프로젝트 파일/폴더 구조 반환 |
read_file | 특정 파일 내용 읽기 |
ripgrep이 .gitignore를 자동 반영하며, 추가로 다음을 제외합니다:
현재 버전에서는 보류하고, 필요에 따라 추후 도입할 기능들:
npx -y git-finder-mcp 한 줄로 사용 가능. 로컬 clone / npm install 불필요dist/ 빌드 후 npm publish, bin 필드 추가, tsx를 devDependency로 전환~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.