linear MCP server based on mcp-go
linear MCP server based on mcp-go. Exposed over MCP by the linear mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A Model Context Protocol (MCP) server for Linear, written in Go. This server provides tools for interacting with the Linear API through the MCP protocol.
Everything the assistant can do here goes through one of these:
Automated — The Automated tool exposed by this serverlinear_create_issue — Creates a new Linear issue with specified details. Supports creating parent-child relationships (sub-issues) and assigning labelslinear_update_issue — The linear_update_issue tool exposed by this serverlinear_search_issues — The linear_search_issues tool exposed by this serverlinear_get_user_issues — Retrieves issues assigned to a specific user or the authenticated userlinear_get_issue — The linear_get_issue tool exposed by this serverlinear_add_comment — Adds a comment to an existing Linear issue. Supports replying to existing comments by passing a comment identifier in the thread parameterlinear_reply_to_comment — Convenience tool for replying to an existing comment. Automatically resolves the issue from the comment, so you only need to provide the commentlinear_get_issue_comments — Retrieves comments for a Linear issue with support for pagination and thread navigationlinear_update_issue_comment — The linear_update_issue_comment tool exposed by this serverlinear_get_teams — The linear_get_teams tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 3 environment variables: LINEAR_API_KEY, DOWNLOAD_URL, TEST_LINEAR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Linear's toolset — Automated, linear_create_issue, linear_update_issue and 8 more — is a fair guide to whether it matches your workflow. It is maintained by geropl; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Automated | The Automated tool exposed by this server. |
| linear_create_issue | Creates a new Linear issue with specified details. **Supports creating parent-child relationships** (sub-issues) and assigning labels. |
| linear_update_issue | The linear_update_issue tool exposed by this server. |
| linear_search_issues | The linear_search_issues tool exposed by this server. |
| linear_get_user_issues | Retrieves issues assigned to a specific user or the authenticated user. |
| linear_get_issue | The linear_get_issue tool exposed by this server. |
| linear_add_comment | Adds a comment to an existing Linear issue. Supports replying to existing comments by passing a comment identifier in the thread parameter. |
| linear_reply_to_comment | Convenience tool for replying to an existing comment. Automatically resolves the issue from the comment, so you only need to provide the comment identifier and reply text. |
| linear_get_issue_comments | Retrieves comments for a Linear issue with support for pagination and thread navigation. |
| linear_update_issue_comment | The linear_update_issue_comment tool exposed by this server. |
| linear_get_teams | The linear_get_teams tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| LINEAR_API_KEY | Credential the server authenticates with. | Yes |
| DOWNLOAD_URL | Endpoint or connection string the server talks to. | Yes |
| TEST_LINEAR_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.