Interact with [CodeLogic](https://codelogic.com), a Software Intelligence platform that graphs complex code and data architecture dependencies, to boost AI accuracy and insight.
Documentation
codelogic-mcp-server
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
Components# Tools
The server implements two tools:
codelogic-method-impact: Pulls an impact assessment from the CodeLogic server's APIs for your code.
codelogic-database-impact: Analyzes impacts between code and database entities.
Install# Pre Requisites
The MCP server relies upon Astral UV to run, please install
Configuration for Different IDEs## Visual Studio Code Configuration
To configure this MCP server in VS Code:
Ensure you have GitHub Copilot agent mode enabled.
Create a .vscode/mcp.json file in your workspace with the configuration.
AI Assistant Instructions/Rules
To help the AI assistant use the CodeLogic tools effectively, you can add instructions to your client's configuration.
Environment Variables
The following environment variables can be configured to customize the behavior of the server:
CODELOGIC_SERVER_HOST: The URL of the CodeLogic server.
CODELOGIC_USERNAME: Your CodeLogic username.
CODELOGIC_PASSWORD: Your CodeLogic password.
CODELOGIC_WORKSPACE_NAME: The name of the workspace to use.
CODELOGIC_DEBUG_MODE: Set to true to enable debug mode.