MCP Server
MCP
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
Install
npx -y @toolwright-adk/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@toolwright-adk/linear-bootstrap",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Linear API key (create at linear.app/settings/api)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINEAR_API_KEY"
},
{
"description": "API key for an OpenAI-compatible LLM provider",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LLM_API_KEY"
},
{
"description": "Base URL for the LLM API (e.g. https://openrouter.ai/api/v1)",
"isRequired": true,
"format": "string",
"name": "LLM_BASE_URL"
},
{
"description": "Model ID for plan generation (e.g. anthropic/claude-sonnet-4.6)",
"isRequired": true,
"format": "string",
"name": "LLM_MODEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment