Skip to content
Grok

lineai mcp server for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install lineai mcp server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lineai mcp server in other clients