What You'll Build
A comprehensive project management workflow that lets you create, update, and
manage Linear issues, projects, and team workflows from natural-language
prompts. Automate sprint planning, bug triage, feature tracking, and status
reporting – perfect for engineering teams using Linear for project management.
What You’ll Learn
This cookbook teaches you to:- Connect the Linear MCP to Continue for seamless issue management
- Create and update Linear issues, projects, and cycles through AI prompts
- Automate project workflows including sprint planning and bug triage
- Generate status reports and project insights directly from your Linear workspace
Prerequisites
Before starting, ensure you have:1
Continue CLI Setup
Install the Continue CLI:Verify installation:
Need help with CLI setup? Check our CLI guide for detailed instructions.
2
Linear Account Requirements
- Linear workspace with Member (or higher) access
- Linear API key with appropriate permissions
- Node.js 18+ installed locally
- Continue account with Hub access
Agent usage requires credits – create a Continue API key at
hub.continue.dev/settings/api-keys
and store it as a secret.
3
Generate Linear API Key
- Go to Linear Settings > API
- Click Create new API key
- Give it a descriptive name (e.g., “Continue MCP Integration”)
- Select appropriate scopes (read/write access to issues, projects, teams)
- Copy the generated API key
This token is your
LINEAR_API_KEY
secret.
Store it securely – you won’t be able to view it again.4
Add Secrets to Continue Hub
- Open Continue Hub Secrets
- Click + New Secret and add:
- Key:
LINEAR_API_KEY
→ Value:lin_api_...
(Your Linear API key) - Key:
CONTINUE_API_KEY
→ Value:cont_api_...
(Your Continue API key)
- Key:
Continue’s secure storage means secrets are available in any prompt as
$LINEAR_API_KEY
etc.Linear Continuous AI Workflow Options
🚀 Fastest Path to Success
Skip the manual setup and use our pre-built Linear agent that includes
optimized prompts, issue management rules, and the Linear MCP for more
consistent project management results.
- ⚡ Quick Start (Recommended)
- 🛠️ Manual Setup
Perfect for: Immediate results with optimized prompts and built-in project management workflowsThat’s it! The agent handles everything automatically.
1
Load the Pre-Built Agent
Navigate to your project directory and run:This agent includes the Pre-installed Linear MCP for seamless integration
2
Run Your First Prompt
Why Use the Agent? Results are more consistent and debugging is easier thanks to the Linear MCP integration and pre-tested project management prompts.
Agent Requirements
Agent Requirements
To use the pre-built agent, you need either:
- Continue CLI Pro Plan with the models add-on, OR
- Your own API keys added to Continue Hub secrets
Example Prompts & Workflows
Now you can use natural language prompts to automate Linear workflows. The Continue agent automatically calls the appropriate Linear MCP tools.Bug Report Creation
Prompt:
Feature Planning
Prompt:
Sprint Review
Prompt:
Code-Based Issue Creation
Prompt:
Advanced Project Management Workflows
Multi-Tool Integration
Combine Linear with other tools for powerful automation:Linear + GitHub
Linear + Notion
Automated Triage
🎯 Smart Workflow:
Cycle Planning
Common Use Cases
- Daily Standup Automation
- Bug Triage Assistant
- Release Planning
Automate your daily standup reports:The agent will:
- Query your assigned issues
- Check recent activity and comments
- Identify blocked or in-review items
- Format a standup-ready summary
Security Best Practices
Protect Your API Keys:
- Treat
LINEAR_API_KEY
like a password → rotate regularly - Use minimal required scopes for your use case
- Store secrets in Continue Hub, never commit to git
- Monitor API usage for unusual activity
- Review team member access permissions regularly
What You’ve Built
After completing this guide, you have a complete AI-powered Linear automation system that:- Automates issue management - Create, update, and triage issues with natural language
- Streamlines project planning - Set up cycles, projects, and milestones efficiently
- Enhances team collaboration - Generate reports, updates, and documentation automatically
- Integrates with your workflow - Connect Linear data with other tools and repositories
Continuous AI
Your system now operates at Level 2 Continuous AI -
AI handles routine project management tasks with human oversight
through review and approval of generated issues and updates.
Next Steps
- Set up GitHub Actions to automatically create Linear issues from failed CI/CD runs
- Integrate with Slack for real-time issue notifications and updates
- Create custom templates for different issue types and project structures
- Explore cross-tool workflows connecting Linear with GitHub, Notion, or analytics tools
Resources
Linear MCP Hub
View the Linear MCP on Continue Hub with setup instructions.
Continue CLI Reference
A complete guide to using the Continue CLI with project management workflows.
Pre-built Linear Agent
Access the pre-built agent optimized for Linear workflows.
Linear API Documentation
Complete Linear API reference and integration guides.