CodeLogicIncEngineering/codelogic-mcp-server
by Various
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
MCP
CodeLogicIncEngineering/codelogic-mcp-server
Added 1 June 2026
Overview
This MCP server exposes CodeLogic's software dependency graph to AI coding assistants via the Model Context Protocol. It lets tools like Claude query dependency relationships, impact analysis, and architectural metadata directly from a CodeLogic instance.
Best for
Best for
Teams already using CodeLogic who want to query dependency graphs through an AI assistant
Use cases
- Ask an AI assistant to trace dependency chains before refactoring a module
- Get impact analysis for a proposed code change across a large codebase
- Query which services or libraries depend on a given component
Notes
This MCP server exposes CodeLogic’s software dependency graph to AI coding assistants via the Model Context Protocol. It lets tools like Claude query dependency relationships, impact analysis, and architectural metadata directly from a CodeLogic instance.
36 stars on GitHub. Last updated 2026-05-25. Licensed MPL-2.0.
Use cases
- Ask an AI assistant to trace dependency chains before refactoring a module
- Get impact analysis for a proposed code change across a large codebase
- Query which services or libraries depend on a given component
Pros
- Bridges rich dependency data into AI workflows without manual lookups
- Reduces context switching by letting developers ask questions in natural language
- Open source and Python-based, easy to extend or self-host
Cons
- Requires a running CodeLogic instance with indexed codebase data
- Limited to the dependency data CodeLogic has already ingested
- Relatively new project with a small community (36 stars)
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Bridges rich dependency data into AI workflows without manual lookups
- Reduces context switching by letting developers ask questions in natural language
- Open source and Python-based, easy to extend or self-host
Cons
- Requires a running CodeLogic instance with indexed codebase data
- Limited to the dependency data CodeLogic has already ingested
- Relatively new project with a small community (36 stars)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.