Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LINEAR_API_KEY | Yes | Your Linear personal API key from https://linear.app/settings/account/security |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
linear_bug_report | Creates a bug report in Linear |
linear_feature_request | Creates a feature request in Linear |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
linear-organization | Linear organization information |
linear-viewer | Current Linear user |
linear-viewer-teams | Current Linear user's teams |
linear-viewer-projects | Current Linear user's projects |
linear-viewer-assigned | Issues assigned to the current Linear user |
Linear Label | View details for a Linear label |
Linear Milestone | View details for a Linear milestone |
Linear Attachment | View details for a Linear attachment |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
linear_create_issue | Create a new Linear issue |
linear_update_issue | Update an existing Linear issue |
linear_search_issues | Search issues in Linear with flexible filtering |
linear_get_user_issues | Get issues assigned to a user |
linear_add_comment | Add a comment to a Linear issue |
linear_get_teams | Get teams in the organization |
linear_get_projects | Get projects in the organization |
linear_get_project_issues | Get issues for a specific project |
linear_get_team_issues | Get issues for a specific team |
linear_get_viewer | Get information about the authenticated user |
linear_get_project | Get details about a specific project |
linear_get_team | Get details about a specific team |
linear_get_labels | Get labels from Linear, optionally filtered by team |
linear_create_label | Create a new label in Linear |
linear_update_label | Update an existing label in Linear |
linear_add_attachment | Add an attachment to an issue in Linear |
linear_get_attachments | Get attachments for an issue in Linear |
linear_link_issues | Create a relationship between issues in Linear |
linear_get_issue_relations | Get relationships for an issue in Linear |