Skip to content →
  1. Integrations
  2. Zed

Connect Zed to the Linear MCP server

Linear and Zed logos
Linear and Zed logos

Overview

Zed is a fast, multiplayer code editor with a built-in agentic AI interface. Point Zed at Linear’s MCP server and your in-editor chats can instantly pull information or open new issues without leaving Zed.

Setup instructions

  1. CMD , to open Zed settings.
  2. Add the following:
{
  "context_servers": {
    "linear": {
      "command": {
        "path": "npx",
        "args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"],
        "env": {}
      },
      "settings": {}
    }
  }
}

Remote MCP connections are still early and we’ve found that the connection may fail or require multiple attempts. If you experience issues, try restarting your client or disabling and re-enabling the Linear MCP server.

Build your own integration

Create your own integration with Linear’s API and submit it to the directory.

Build your own integration

Create your own integration with Linear’s API and submit it to the directory.