Skip to content
Cursor

linear bootstrap for Cursor

io.github.toolwright-adk/linear-bootstrap

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

client:Cursor transport:stdio runtime:npm

Install linear bootstrap 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": {
    "linear-bootstrap": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

linear bootstrap in other clients