linear bootstrap for Grok
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
client:Grok
transport:stdio
runtime:npm
Install linear bootstrap in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"linear-bootstrap": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs