Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key (create at https://linear.app/settings/account/security) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
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 with flexible filtering. |
| linear_get_user_issues | Get issues assigned to a user. |
| linear_add_comment | Add a comment to an issue. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| default | Get the default prompt for the Linear MCP server. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_organization | Get the Linear organization. Returns: Organization details |
| get_viewer | Get the authenticated user (viewer). Returns: User details |