Skip to main content
Glama

Linear MCP Server

by samcfinan

リニアMCPサーバー

Linear API用のモデル コンテキスト プロトコルサーバー。

既存の Linear MCP サーバーよりも機能が豊富であり、Claude を介した総合的なプロジェクト管理を目的としています。

これは、より多くの機能を備えたhttps://github.com/jerhadf/linear-mcp-serverに基づいています。

特徴:

  • 取り組み
  • プロジェクト
  • 問題
  • 人間関係
  • 優先順位付け

インストール

Claude Desktop にサーバー設定を追加します。

注意:Claudeはnvm環境では正常に動作しません。Nodeのバージョンを絶対パスで参照してください。

{ "mcpServers": { "linear": { "command": "/Users/USERNAME/.nvm/versions/node/v22.13.0/bin/node", "args": [ "--experimental-strip-types", "/absolute/path/to/repo/index.ts" ], "env": { "LINEAR_API_KEY": "your_linear_api_key_here" } } } }

利用可能なツール

プロジェクト管理

  • create-project - 新しいリニアプロジェクトを作成する
  • view-project - IDでLinearプロジェクトを表示する
  • update-project - リニアプロジェクトを更新する

イニシアチブ管理

  • create-initiative - 新しいリニアイニシアチブを作成する
  • view-initiative - IDでLinear Initiativeを表示する
  • update-initiative - リニアイニシアチブを更新する

問題管理

  • create-issue - 新しいLinearの問題を作成する
  • view-issue - IDでLinear Issueを表示する
  • update-issue - リニアの問題を更新する
  • search-issues - 線形問題を検索

問題関係

  • create-issue-relation - 2 つの問題 (ブロック、重複など) の間に関係を作成します。
  • view-issue-relations - 特定の問題のすべての関係を表示する
  • delete-issue-relation - 2つの問題間の関係を削除する

User: Break the Implement Contact API Endpoints issue into multiple issues, one for each endpoint Claude: I'll break down the API endpoints issue into separate issues for each endpoint and create the appropriate relationships. View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) Now let's create the relationships between these new issues and the existing ones. First, they all depend on the TypeScript Models issue: View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) I've created five separate issues for each endpoint and set up their relationships: GET /contacts (List) - d1aae514 GET /contacts/:id (Single) - 01850d5d POST /contacts (Create) - 2e0f2b75 PUT /contacts/:id (Update) - d22b143d DELETE /contacts/:id (Delete) - dde30779 All of these endpoints depend on the TypeScript Models issue (2c38c6ee) being completed first. The UI Components issue (dd214884) and Search/Filter issue (81a33a29) now should depend on the completion of these endpoint issues, particularly the GET endpoints. Would you like me to: Create those additional relationships with the UI Components? Add any specific cross-dependencies between the endpoints themselves? Break down any of these endpoint issues into more granular tasks?
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

モデル コンテキスト プロトコルを介して Linear API を使用したプロジェクト管理を容易にし、ユーザーが作成、表示、更新、優先順位付けなどの機能を通じてイニシアチブ、プロジェクト、問題、およびそれらの関係を管理できるようにします。

  1. インストール
    1. 利用可能なツール
      1. プロジェクト管理
      2. イニシアチブ管理
      3. 問題管理
      4. 問題関係

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
        Last updated -
        7
        83
        1
        JavaScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        21
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
        Last updated -
        5
        6
        Python
        Apache 2.0
      • -
        security
        F
        license
        -
        quality
        A server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.
        Last updated -
        TypeScript
        • Apple
        • Linux

      View all related MCP servers

      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/samcfinan/linear-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server