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
How to use
Tools exposed
lineai-method-impactlineai-database-impact
Tested with
Claude Desktop, Cursor, Windsurf, VS Code
Example client config
{\n "mcpServers": {\n "lineai-mcp-server": {\n "type": "stdio",\n "command": "<PATH_TO_UV>/uv",\n "args": [\n "--directory",\n "<PATH_TO_THIS_REPO>/lineai-mcp-server-main",\n "run",\n "lineai-mcp-server"\n ],\n "env": {\n "LINEAI_SERVER_HOST": "<url to the server e.g. https://myco.app.lineai.net>",\n "LINEAI_USERNAME": "<my username>",\n "LINEAI_PASSWORD": "<my password>",\n "LINEAI_WORKSPACE_NAME": "<my workspace>",\n "LINEAI_DEBUG_MODE": "true"\n }\n }\n }\n} 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)
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
oraios/serena
Various
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
repowise-dev/repowise
Various
Codebase intelligence for AI and humans: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
