Skip to main content
Glama
10xtechnology

Linear MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOOL_PREFIXNoOptional prefix to distinguish tools from multiple Linear workspaces
LINEAR_ACCESS_TOKENYesYour Linear API token (developer token or personal API key)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
linear_auth_callbackC

Handle OAuth callback

linear_create_issueB

Create a new issue in Linear

linear_create_project_with_issuesA

Create a new project with associated issues. Note: Project requires teamIds (array) not teamId (single value).

linear_bulk_update_issuesB

Update multiple issues at once

linear_edit_issueA

Edit an existing issue, updating any of its fields. Note: When setting projectMilestoneId, you must also set projectId.

linear_search_issuesC

Search for issues with filtering and pagination

linear_search_issues_by_identifierA

Search for issues by their identifiers (e.g., ["ENG-78", "ENG-79"])

linear_get_issueA

Get a single issue by identifier, including all comments

linear_get_teamsA

Get all teams with their states and labels

linear_get_userB

Get current user information

linear_delete_issueC

Delete an issue

linear_get_projectC

Get project information

linear_list_projectsB

List all projects or filter them by criteria

linear_create_issuesC

Create multiple issues at once

linear_get_issue_commentsB

Gets comments on a Linear issue by issue UUID or identifier

linear_create_commentC

Creates a new comment on an issue

linear_update_commentC

Updates an existing comment

linear_delete_commentB

Deletes a comment

linear_resolve_commentC

Resolves a comment

linear_unresolve_commentC

Unresolves a comment

linear_create_customer_need_from_attachmentC

Creates a new customer need from an attachment

linear_get_project_milestonesC

Get milestones for a project with filtering and pagination

linear_create_project_milestoneC

Create a new project milestone

linear_update_project_milestoneC

Update a project milestone

linear_delete_project_milestoneB

Delete a project milestone

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/10xtechnology/linear-mcp'

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