MCP Hub
Back to servers

linear-bootstrap

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

Registry
Updated
Mar 6, 2026

Quick Install

npx -y @toolwright-adk/linear-bootstrap

Toolwright ADK

Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.

Packages

PackageVersionDescription
@toolwright-adk/sharednpmValidation, errors, logging, output formatting, and test utilities
@toolwright-adk/linear-bootstrapnpmMCP server for bootstrapping Linear projects from natural language

Quick Start

git clone https://github.com/toolwright-adk/toolwright-monorepo.git
cd toolwright-monorepo
pnpm install
pnpm build
pnpm test

To use the Linear Bootstrap MCP server without cloning, see the linear-bootstrap README.

Monorepo Structure

toolwright-monorepo/
├── packages/
│   ├── shared/             # @toolwright-adk/shared
│   └── linear-bootstrap/   # @toolwright-adk/linear-bootstrap
├── templates/              # Scaffolding for new packages
│   ├── mcp-server/
│   ├── apify-actor/
│   └── skill/
└── docs/
    └── QUALITY-RUBRIC.md

Development

pnpm build          # build all packages
pnpm test           # run all tests
pnpm lint           # ESLint
pnpm format:check   # Prettier check

See CONTRIBUTING.md for the full contributor guide.

Standards

All MCP servers must meet the Quality Rubric before shipping.

License

MIT

Reviews

No reviews yet

Sign in to write a review