← Index

io.github.toolwright-adk/linear-bootstrap

io.github.toolwright-adk/linear-bootstrap·v0.1.3·Productivity & Project Mgmt
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "linear-bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ],
      "env": {
        "LINEAR_API_KEY": "<your-linear_api_key>",
        "LLM_API_KEY": "<your-llm_api_key>",
        "LLM_BASE_URL": "<llm_base_url>",
        "LLM_MODEL": "<llm_model>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "linear-bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ],
      "env": {
        "LINEAR_API_KEY": "<your-linear_api_key>",
        "LLM_API_KEY": "<your-llm_api_key>",
        "LLM_BASE_URL": "<llm_base_url>",
        "LLM_MODEL": "<llm_model>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @toolwright-adk/linear-bootstrap
§02  Environment variables
LINEAR_API_KEY
requiredsecret

Linear API key (create at linear.app/settings/api)

LLM_API_KEY
requiredsecret

API key for an OpenAI-compatible LLM provider

LLM_BASE_URL
required

Base URL for the LLM API (e.g. https://openrouter.ai/api/v1)

LLM_MODEL
required

Model ID for plan generation (e.g. anthropic/claude-sonnet-4.6)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Productivity & Project Mgmt