> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Linear

> Manage Linear issues, projects, and workflows - create, update, search issues and track project progress

## Connect Firebender to Linear

Connect Firebender to Linear to manage issues, projects, and development workflows.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/linear.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=94ec1e1ff7e204a6b741dbf13b497e97" type="video/webm" data-path="assets/mcp/linear.webm" />
</video>

## What is Linear?

Linear is a modern issue tracking and project management tool designed for high-performance development teams.

With the Linear MCP integration, Firebender can:

* Create and update issues
* Search and filter issues
* Manage project workflows
* Track issue status and assignments
* Link code changes to issues

## Installation

Click the button below to install the Linear MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=linear)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "linear": {
      "url": "https://mcp.linear.app/mcp"
    }
  }
}
```

## Use Cases

* **Issue Creation**: Quickly create issues from code comments or errors
* **Status Updates**: Update issue status as you work
* **Project Tracking**: View and manage project progress
* **Code Context**: Link commits and PRs to Linear issues
