codelogic-mcp-server
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
Components
Tools
The server implements eleven tools: five original tools plus six graph tools backed by the CodeLogic graph HTTP API.
Code Analysis Tools
- codelogic-method-impact: Pulls an impact assessment from the CodeLogic server's APIs for your code.
- Takes the given "method" that you're working on and its associated "class".
- codelogic-database-impact: Analyzes impacts between code and database entities.
- Takes the database entity type (column, table, or view) and its name.
DevOps & CI/CD Integration Tools
- codelogic-docker-agent: Generates Docker agent configurations for CodeLogic scanning in CI/CD pipelines.
- Supports .NET, Java, SQL, and TypeScript agents
- Generates configurations for Jenkins, GitHub Actions, Azure DevOps, and GitLab CI
- codelogic-build-info: Generates build information and send commands for CodeLogic integration.
- Supports Git information, build logs, and metadata collection
- Provides both Docker and standalone usage examples
- codelogic-pipeline-helper: Generates complete CI/CD pipeline configurations for CodeLogic integration.
- Creates comprehensive pipeline configurations with best practices
- Includes error handling, notifications, and scan space management strategies





