← Back to Plugins
MCP Server MCP

io.github.lineai-intelligence/lineai-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx lineai-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "lineai-mcp-server",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "url to the Lineai server e.g. https://myco.app.lineai.net",
          "isRequired": true,
          "format": "string",
          "name": "LINEAI_SERVER_HOST"
        },
        {
          "description": "Lineai server username",
          "isRequired": true,
          "format": "string",
          "name": "LINEAI_USERNAME"
        },
        {
          "description": "Lineai server password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINEAI_PASSWORD"
        },
        {
          "description": "the workspace name that your code is scanned into",
          "isRequired": true,
          "format": "string",
          "name": "LINEAI_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": "LINEAI_DEBUG_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...