Skip to main content
Developer ToolsPython

CodeLogicIncEngineering/codelogic-mcp-server

Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.

developer-toolsofficialcloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/CodeLogicIncEngineering/codelogic-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "codelogic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "CodeLogicIncEngineering/codelogic-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
CodeLogicIncEngineering