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で実行するには、以下のコマンドを使用します。
ただし、Node.js で実行することも可能です。Node.js で実行するには、以下のコマンドを使用します。
スタンドアロン実行ファイル
Bunプロジェクトはスタンドアロンの実行ファイルにコンパイルできます。これにより、(理論上は)Bunをインストールしなくてもサーバーを実行できます。プロジェクトをスタンドアロンの実行ファイルにコンパイルするには、以下のコマンドを使用します。
ビルド対象のマシンに応じてビルドtarget
を変更する必要があるかもしれません。詳細はBunのドキュメントをご覧ください。
JSON経由でMCPクライアントに追加する
このサーバーを MCP クライアントに追加するには、次の JSON 構成を使用できます。
バンランタイム
ノードランタイム
スタンドアロン実行ファイル
クレジット
このプロジェクトはjerhadf/linear-mcp-serverに触発されました。私を含め他の開発者がこれを動作させるのに苦労したため、独自の実装を作成することにしました。ツールとリソースのリストは保存しておく価値があると思いました。
ライセンス
マサチューセッツ工科大学
You must be authenticated.
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.
Tools
Linear 問題追跡システムと対話するためのツールを提供する MCP サーバー。現在は問題の検索をサポートしており、問題の作成、更新、コメント、プロジェクト管理に拡張する予定です。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis 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 -390PythonMIT License
- AsecurityFlicenseAqualityEnables 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 -33241JavaScript
- -securityFlicense-qualityAn 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 -2TypeScript
- -securityFlicense-qualityAn 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 -1Python