linear bootstrap for Cline
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
client:Cline
transport:stdio
runtime:npm
Install linear bootstrap in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"linear-bootstrap": {
"command": "npx",
"args": [
"-y",
"@toolwright-adk/linear-bootstrap"
],
"env": {
"LINEAR_API_KEY": "<LINEAR_API_KEY>",
"LLM_API_KEY": "<LLM_API_KEY>",
"LLM_BASE_URL": "<LLM_BASE_URL>",
"LLM_MODEL": "<LLM_MODEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs