Skip to content
Cline

lineai mcp server for Cline

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

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

client:Cline transport:stdio runtime:pypi

Install lineai 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": {
    "lineai-mcp-server": {
      "command": "uvx",
      "args": [
        "lineai-mcp-server"
      ],
      "env": {
        "LINEAI_SERVER_HOST": "<LINEAI_SERVER_HOST>",
        "LINEAI_USERNAME": "<LINEAI_USERNAME>",
        "LINEAI_PASSWORD": "<LINEAI_PASSWORD>",
        "LINEAI_WORKSPACE_NAME": "<LINEAI_WORKSPACE_NAME>",
        "LINEAI_DEBUG_MODE": "<LINEAI_DEBUG_MODE>"
      }
    }
  }
}

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

lineai mcp server in other clients