CO

CodeLogic

Created 6 months ago

An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.

development documentation public

What is CodeLogic?

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:

  1. Ensure you have GitHub Copilot agent mode enabled.
  2. 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.

Testing# Running Unit Tests

The project uses unittest for testing.

Server Config

{
  "mcpServers": {
    "codelogic-server": {
      "command": "npx",
      "args": [
        "codelogic"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: CodeLogic Inc Engineering
Category: official
License: MIT
Tags:
development documentation public