Skip to content
Cursor

lineai mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install lineai mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "lineai-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lineai mcp server in other clients