Skip to content
Windsurf

lineai mcp server for Windsurf

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

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

client:Windsurf transport:stdio runtime:pypi

Install lineai mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

lineai mcp server in other clients