Skip to main content
Glama
wkoutre

Linear MCP Server

by wkoutre

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINEAR_API_KEYYesYour Linear API key for authentication

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
linear_getViewerB

Get information about the currently authenticated user

linear_getOrganizationB

Get information about the current Linear organization

linear_getUsersB

Get a list of users in the Linear organization

linear_getLabelsB

Get a list of issue labels from Linear

linear_getTeamsB

Get a list of teams from Linear

linear_getWorkflowStatesC

Get workflow states for a team

linear_getProjectsB

Get a list of projects from Linear

linear_createProjectC

Create a new project in Linear

linear_updateProjectC

Update an existing project in Linear

linear_addIssueToProjectC

Add an existing issue to a project

linear_getProjectIssuesC

Get all issues associated with a project

linear_getCyclesC

Get a list of all cycles

linear_getActiveCycleC

Get the currently active cycle for a team

linear_addIssueToCycleC

Add an issue to a cycle

linear_getIssuesC

Get a list of recent issues from Linear

linear_getIssueByIdB

Get a specific issue by ID or identifier (e.g., ABC-123)

linear_searchIssuesC

Search for issues with various filters

linear_createIssueC

Create a new issue in Linear

linear_updateIssueC

Update an existing issue in Linear

linear_createCommentC

Add a comment to an issue in Linear

linear_addIssueLabelC

Add a label to an issue in Linear

linear_removeIssueLabelC

Remove a label from an issue in Linear

linear_assignIssueC

Assign an issue to a user

linear_subscribeToIssueC

Subscribe to issue updates

linear_convertIssueToSubtaskC

Convert an issue to a subtask

linear_createIssueRelationC

Create relations between issues (blocks, is blocked by, etc.)

linear_archiveIssueC

Archive an issue

linear_setIssuePriorityC

Set the priority of an issue

linear_transferIssueC

Transfer an issue to another team

linear_duplicateIssueC

Duplicate an issue

linear_getIssueHistoryC

Get the history of changes made to an issue

linear_getCommentsC

Get all comments for an issue

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wkoutre/linear-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server