Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOOL_PREFIX | No | Optional prefix to distinguish tools from multiple Linear workspaces | |
| LINEAR_ACCESS_TOKEN | Yes | Your Linear API token (developer token or personal API key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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