DepsGuard MCP
Supports scanning Node.js dependencies from package.json files, checking vulnerabilities via OSV.dev and analyzing impact with AI.
Provides AI-powered analysis of dependency vulnerabilities and breaking changes using local Ollama models as the LLM provider.
Provides AI-powered analysis of dependency vulnerabilities and breaking changes using OpenAI's language models as the LLM provider.
Supports scanning Python dependencies from requirements.txt or pyproject.toml files, checking vulnerabilities via OSV.dev and analyzing impact with AI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DepsGuard MCPscan my requirements.txt for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DepsGuard MCP
AI-Powered Dependency Vulnerability & Breaking Change Analyzer MCP
의존성 패키지의 취약점을 OSV.dev에서 실시간 조회하고, AI가 내 코드의 실제 사용 패턴과 연결하여 진짜 위험한 것만 우선순위화합니다. 버전 업데이트 시 breaking change 영향 범위까지 분석하여 수정 코드를 제안합니다.
기존 도구와 차이점
도구 | 취약점 탐지 | 실제 영향 분석 | Breaking Change 분석 |
| ✅ | ❌ | ❌ |
Dependabot / Renovate | ✅ | ❌ | ❌ |
DepsGuard MCP | ✅ | ✅ AI 판단 | ✅ AI 판단 |
Related MCP server: Security-Use MCP Server
빠른 시작
pip install depsguard-mcp
# Claude Code에 MCP 등록
claude mcp add depsguard -- depsguard-mcp serve
# 환경 변수 (LLM 선택)
export DEPSGUARD_LLM_PROVIDER="anthropic" # anthropic | openai | gemini | ollama
export ANTHROPIC_API_KEY="sk-..."
# 사내 프록시 환경
export DEPSGUARD_PROXY="http://proxy:8080"CLI 사용
# 취약점 스캔
depsguard scan ./requirements.txt
depsguard scan ./package.json
# 업그레이드 breaking change 분석
depsguard upgrade django --from 3.2.0 --to 4.2.0MCP 도구 목록
도구 | 설명 |
| 의존성 파일 스캔 + AI 실제 영향 분석 |
| 버전 업그레이드 breaking change AI 분석 |
| 의존성 파일 패키지 목록 파싱 |
지원 생태계
파일 | 생태계 |
| Python / PyPI |
| Node.js / npm |
아키텍처
의존성 파일 파싱
↓
OSV.dev API (취약점 조회, 무료·Key 불필요)
↓
AST 코드 사용 패턴 분석
↓
LLM 실제 영향 판단 (anthropic / openai / gemini / ollama)
↓
MCP 도구 응답라이선스
Apache 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/Kim-Kyowon/depsguard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server