Skip to main content
Glama

CodeCompass MCP

MIT License
1
  • Linux
  • Apple

analyze_dependencies

Analyze GitHub repository dependencies to identify external packages, internal dependencies, security vulnerabilities, and version conflicts. Configure options to include dev dependencies, outdated packages, and security scans.

Instructions

📦 Comprehensive dependency analysis including external packages, internal dependencies, security vulnerabilities, and version conflicts.

Input Schema

NameRequiredDescriptionDefault
optionsNo
urlYesGitHub repository URL

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "check_outdated": { "default": true, "description": "Check for outdated packages", "type": "boolean" }, "include_dev_dependencies": { "default": true, "description": "Include development dependencies", "type": "boolean" }, "include_security_scan": { "default": true, "description": "Include security vulnerability scanning", "type": "boolean" }, "include_version_analysis": { "default": true, "description": "Include version conflict analysis", "type": "boolean" } }, "type": "object" }, "url": { "description": "GitHub repository URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/TheAlchemist6/codecompass-mcp'

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