Skip to content

lineai mcp server for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install lineai mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

lineai mcp server in other clients