Odel
toolwright monorepo

toolwright monorepo

Local
@toolwright-adk1TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@toolwright-adk/linear-bootstrapv0.1.3

Run

npx -y @toolwright-adk/linear-bootstrap

MCP client config

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