Skip to content
Cline

linear bootstrap for Cline

io.github.toolwright-adk/linear-bootstrap

Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.

client:Cline transport:stdio runtime:npm

Install linear bootstrap 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": {
    "linear-bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ],
      "env": {
        "LINEAR_API_KEY": "<LINEAR_API_KEY>",
        "LLM_API_KEY": "<LLM_API_KEY>",
        "LLM_BASE_URL": "<LLM_BASE_URL>",
        "LLM_MODEL": "<LLM_MODEL>"
      }
    }
  }
}

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

linear bootstrap in other clients