Codelogic
JSON →Utilize Codelogic's rich software dependency data in your AI programming assistant.
Install
uvx
There Tools · 11
- codelogic-method-impact Pulls an impact assessment from the CodeLogic server's APIs for your code. Takes the given method 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.
- 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.
- codelogic-graph-capabilities Discover supported relationship types, limits, and flags for the workspace materialized view.
- codelogic-graph-search Search nodes by text query and/or identity_prefix; optional scan_space, limit, etc.
- codelogic-graph-impact Dependency / blast-radius style traversal from seed_node_ids.
- codelogic-graph-path-explain Shortest-path style explanation between from_node_id and to_node_id.
- codelogic-graph-validate-change-scope Heuristic checklist / risk summary for a proposed change given seed nodes and proposed_change_summary.
- codelogic-graph-owners Resolve a node by node_id or identity_prefix and surface property fields whose names contain 'owner'.
Environment variables
CODELOGIC_SERVER_HOST
★ 36 GitHub stars