Skip to content
Cline

codelogic mcp server for Cline

io.github.codelogicincengineering/codelogic-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install codelogic mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codelogic-mcp-server": {
      "command": "uvx",
      "args": [
        "codelogic-mcp-server"
      ],
      "env": {
        "CODELOGIC_SERVER_HOST": "<CODELOGIC_SERVER_HOST>",
        "CODELOGIC_USERNAME": "<CODELOGIC_USERNAME>",
        "CODELOGIC_PASSWORD": "<CODELOGIC_PASSWORD>",
        "CODELOGIC_WORKSPACE_NAME": "<CODELOGIC_WORKSPACE_NAME>",
        "CODELOGIC_DEBUG_MODE": "<CODELOGIC_DEBUG_MODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codelogic mcp server in other clients