Skip to main content
Glama

MCP Server Linear

by floodfx

mcp-server-linear

これは、MCP クライアントを介して Linear と対話するためのツールを定義する MCP サーバーです。

現在のツール

  • linear-search-issues : Linear の問題を検索

将来のツール

  • linear-create-issue : Linear で問題を作成する
  • linear-update-issue : Linearの問題を更新する
  • linear-get-issue : Linear で問題を取得する
  • linear-get-project-issues : Linear のプロジェクト内のすべての問題を取得する
  • linear-add-comment : Linear の問題にコメントを追加する
  • linear-create-project : Linearでプロジェクトを作成する
  • linear-update-project : Linear でプロジェクトを更新する

将来のリソース

  • linear-issue:///{issueId} - 個々の問題の詳細を表示する
  • linear-project:///{projectId} - プロジェクトの詳細を表示
  • linear-cycle:///{cycleId} - サイクルの詳細を表示します(デフォルトは現在のサイクル)
  • linear-team:///{teamId}/issues - チームの問題を表示する
  • linear-user:///{userId}/assigned - ユーザーに割り当てられた課題を表示する
  • linear-organization: - 組織情報を表示

パン派

このプロジェクトはBunを使用しており、トランスパイルなしでBunから直接実行できます(私はBunを使っています)。Bunで実行するには、以下のコマンドを使用します。

bun run index.ts

ただし、Node.js で実行することも可能です。Node.js で実行するには、以下のコマンドを使用します。

node build/index.js

スタンドアロン実行ファイル

Bunプロジェクトはスタンドアロンの実行ファイルにコンパイルできます。これにより、(理論上は)Bunをインストールしなくてもサーバーを実行できます。プロジェクトをスタンドアロンの実行ファイルにコンパイルするには、以下のコマンドを使用します。

bun build:standalone

ビルド対象のマシンに応じてビルドtargetを変更する必要があるかもしれません。詳細はBunのドキュメントをご覧ください。

JSON経由でMCPクライアントに追加する

このサーバーを MCP クライアントに追加するには、次の JSON 構成を使用できます。

バンランタイム

"linear": { "command": "bun", "args": [ "run", "/path/to/linear-mcp-server/index.ts" ], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

ノードランタイム

"linear": { "command": "node", "args": [ "/path/to/linear-mcp-server/build/index/js" ], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

スタンドアロン実行ファイル

"linear": { "command": "/path/to/linear-mcp-server/standalone-linear-mcp-server", "args": [], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

クレジット

このプロジェクトはjerhadf/linear-mcp-serverに触発されました。私を含め他の開発者がこれを動作させるのに苦労したため、独自の実装を作成することにしました。ツールとリソースのリストは保存しておく価値があると思いました。

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 問題追跡システムと対話するためのツールを提供する MCP サーバー。現在は問題の検索をサポートしており、問題の作成、更新、コメント、プロジェクト管理に拡張する予定です。

  1. 現在のツール
    1. 将来のツール
      1. 将来のリソース
    2. パン派
      1. スタンドアロン実行ファイル
        1. JSON経由でMCPクライアントに追加する
          1. バンランタイム
          2. ノードランタイム
          3. スタンドアロン実行ファイル
        2. クレジット
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
              Last updated -
              3
              90
              Python
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              Enables interaction with Linear resources through an MCP interface, offering functionality for issue management and resource retrieval with rate limiting and error handling support.
              Last updated -
              3
              324
              1
              JavaScript
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.
              Last updated -
              2
              TypeScript
            • -
              security
              F
              license
              -
              quality
              An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
              Last updated -
              1
              Python

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

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