# io.github.toolwright-adk/linear-bootstrap (npm · @toolwright-adk/linear-bootstrap)

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

- Trust score: 65/100 (medium)
- Change this week: +40
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@toolwright-adk/linear-bootstrap`: 65/100 (this document), [markdown](https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap.md), [page](https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap)

## Channel facts

- Registry: `npm`
- Package: `@toolwright-adk/linear-bootstrap`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (141 of 142), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (141 of 142), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 145 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 503 tokens (~71/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add toolwright-adk-linear-bootstrap -- npx -y @toolwright-adk/linear-bootstrap
```

### Codex

```bash
codex mcp add toolwright-adk-linear-bootstrap -- npx -y @toolwright-adk/linear-bootstrap
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "toolwright-adk-linear-bootstrap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add toolwright-adk-linear-bootstrap --command npx --arg -y --arg @toolwright-adk/linear-bootstrap
```

### Hermes

```yaml
mcp_servers:
  toolwright-adk-linear-bootstrap:
    command: "npx"
    args: ["-y", "@toolwright-adk/linear-bootstrap"]
```

### Other

```json
{
  "mcpServers": {
    "toolwright-adk-linear-bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 20, +2)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 18, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 42, +17)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (7)

### `generate-plan` (~81 tokens)

Generate a structured project plan from a description. Returns a plan_id (cached server-side for 30 min) and summary statistics. Use plan_id with validate-plan or bootstrap-project.

Input parameters:

- `complexity` (string)
- `description` (string, required)
- `preferences` (object)
- `project_type` (string)
- `team_id` (string, required)

### `validate-plan` (~75 tokens)

Validate a project plan for structural issues. Accepts plan_id (from generate-plan) or inline plan object. Checks for circular dependencies, orphaned references, undefined milestones, and other problems.

Input parameters:

- `complexity` (string)
- `plan` (object)
- `plan_id` (string)
- `preferences` (object)

### `bootstrap-project` (~85 tokens)

Create a complete Linear project from a plan. Accepts plan_id (from generate-plan) or inline plan object. Creates project, milestones, labels, epics, issues, and dependencies. Set dry_run=true to validate only.

Input parameters:

- `dry_run` (boolean)
- `plan` (object)
- `plan_id` (string)
- `team_id` (string, required)

### `add-epic` (~74 tokens)

Add a single epic with its child issues to an existing Linear project. Optionally wire to a milestone and apply label mappings.

Input parameters:

- `epic` (object, required)
- `label_ids` (object)
- `milestone_id` (string)
- `project_id` (string, required)
- `team_id` (string, required)

### `introspect-workspace` (~56 tokens)

Read team conventions from Linear: workflow states, labels, cycles, existing projects. Returns cached context (30-min TTL). Called automatically by generate-plan, or use standalone to inspect team setup.

Input parameters:

- `team_id` (string, required)

### `generate-and-bootstrap` (~92 tokens)

Generate a project plan and immediately bootstrap it in Linear. Combines generate-plan + validate-plan + bootstrap-project into a single call. Set dry_run=true to generate and validate without creating anything.

Input parameters:

- `complexity` (string)
- `description` (string, required)
- `dry_run` (boolean)
- `preferences` (object)
- `project_type` (string)
- `team_id` (string, required)

### `list-teams` (~40 tokens)

List all Linear teams accessible to the configured API key. Returns team id, name, and key. Use this to discover team_id values for other tools.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 20
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/@toolwright-adk/linear-bootstrap
- Socket report: https://socket.dev/npm/package/@toolwright-adk/linear-bootstrap
- Repository: https://github.com/toolwright-adk/toolwright-monorepo
- Changelog RSS feed: https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap/changelog.json
- HTML version of this page: https://verifymcp.io/servers/toolwright-adk-linear-bootstrap/toolwright-adk-linear-bootstrap
