← Back to Plugins
MCP Server MCP

io.github.CodeLogicIncEngineering/codelogic-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx codelogic-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "codelogic-mcp-server",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "url to the CodeLogic server e.g. https://myco.app.codelogic.com",
          "isRequired": true,
          "format": "string",
          "name": "CODELOGIC_SERVER_HOST"
        },
        {
          "description": "CodeLogic server username",
          "isRequired": true,
          "format": "string",
          "name": "CODELOGIC_USERNAME"
        },
        {
          "description": "CodeLogic server password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CODELOGIC_PASSWORD"
        },
        {
          "description": "the workspace name that your code is scanned into",
          "isRequired": true,
          "format": "string",
          "name": "CODELOGIC_WORKSPACE_NAME"
        },
        {
          "description": "When enabled, additional debug files such as timing_log.txt and impact_data*.json will be generated. Defaults to false",
          "format": "string",
          "name": "CODELOGIC_DEBUG_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...