Content
# Linear MCP Server Extension for Zed
> [!IMPORTANT]
> Linear has [released](https://linear.app/changelog/2025-05-01-mcp) an official MCP Server.
> It is a remote server and doesn't need to be installed. See the [config](#official-linear-mcp-server-configuration) below.
This extension integrates [(Unofficial) Linear MCP Server](https://github.com/odgrim/linear-mcp) as a context server for [Zed's](https://zed.dev) [Agent Panel.](https://zed.dev/docs/ai/overview)
Several were analyzed and this one worked the best in practice.
You'll need to grab a Linear access token for your account.
Visit: https://linear.app/`<your-org>`/settings/account/security
```json
"context_servers": {
"mcp-server-linear": {
"settings": {
"linear_api_key": "<LINEAR_API_KEY>"
}
}
}
```
## Official Linear MCP Server Configuration
The config in the announcement blog post is incorrect.
Use the following config instead.
```json
"context_servers": {
"mcp-server-linear": { // name can be whatever you want
"command": {
"path": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
}
}
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors