MCP.so
ログイン

Linear MCP Server Extension for Zed

@dvcrn

Linear MCP Server Extension for Zed について

概要はまだありません

基本情報

カテゴリ

バージョン管理

ランタイム

rust

トランスポート

stdio

公開者

dvcrn

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-linear": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-linear"
      ],
      "env": {
        "LINEAR_ACCESS_TOKEN": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Linear MCP Server Extension for Zed?

Linear MCP Server Extension for Zed integrates a Linear MCP Server into Zed's AI Assistant, enabling direct interaction with Linear through Zed. It is designed for Zed users who want to manage Linear issues, projects, and comments without leaving their editor.

How to use Linear MCP Server Extension for Zed?

Obtain a Linear API key (developer token or personal API key) and add it to Zed's settings.json under the context_servers field with the key mcp-server-linear. Optionally set a tool_prefix for multiple workspace support. You can also configure the extension directly in an Agent profile.

Key features of Linear MCP Server Extension for Zed

  • Full Linear API integration through MCP
  • Create, update, and manage issues directly from Zed
  • Comment management (create, update, delete, resolve)
  • Project and milestone management
  • Multiple workspace support with tool prefixes
  • Advanced issue search and filtering
  • Label management and parent/child issue relationships

Use cases of Linear MCP Server Extension for Zed

  • Creating and updating Linear issues while coding in Zed
  • Managing issue comments, labels, and relationships from the AI Assistant
  • Searching and filtering issues across workspaces
  • Handling projects and milestones without switching context
  • Working with multiple Linear workspaces simultaneously

FAQ from Linear MCP Server Extension for Zed

How do I get a Linear API key?

You can create a developer token from Linear's Workspace Settings > API > OAuth application, or a personal API key from Personal Settings > API > Personal API Keys.

How do I configure the extension in Zed?

Add your API key to Zed's settings.json under context_servers with the key mcp-server-linear and the setting linear_api_key. An optional tool_prefix can distinguish workspaces.

Can I use multiple Linear workspaces?

Yes, by using the optional tool_prefix setting to prefix all Linear tool names (e.g., company1_linear_create_issue) so tools from different workspaces are clearly separated.

How do I run multiple instances simultaneously?

Define different command blocks in context_servers with unique TOOL_PREFIX values—one provided through the Zed extension, another via npx with environment variables.

What does the tool_prefix setting do?

It prefixes every Linear tool’s name (e.g., workspace2_linear_create_issue) to prevent naming conflicts when operating multiple workspaces.

コメント

「バージョン管理」の他のコンテンツ