← Back to browse

linear-bootstrap

Indexed by io.github.toolwright-adk

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLINEAR_API_KEY LLM_API_KEY LLM_BASE_URL LLM_MODEL
Claude Code
claude mcp add --env LINEAR_API_KEY= --env LLM_API_KEY= --env LLM_BASE_URL= --env LLM_MODEL= linear-bootstrap -- npx @toolwright-adk/linear-bootstrap
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"linear-bootstrap","command":"npx","args":["@toolwright-adk/linear-bootstrap"],"env":{"LINEAR_API_KEY":"","LLM_API_KEY":"","LLM_BASE_URL":"","LLM_MODEL":""}}'
JSON
{
  "mcpServers": {
    "linear-bootstrap": {
      "command": "npx",
      "args": [
        "@toolwright-adk/linear-bootstrap"
      ],
      "env": {
        "LINEAR_API_KEY": "",
        "LLM_API_KEY": "",
        "LLM_BASE_URL": "",
        "LLM_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.