linear bootstrap for Zed
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
client:Zed
transport:stdio
runtime:npm
Install linear bootstrap in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs