Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key for authentication |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/wkoutre/linear-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server