リニアMCPサーバー
この MCP サーバーは、Linear API と対話するためのツールを提供し、タスクとその関連詳細を取得できるようにします。
設定
依存関係をインストールします:
npm installサーバーを構築します。
npm run buildリニア API キーを設定します。
LinearからAPIキーを取得します(設定 > API > 個人APIキー)
API キーを使用して MCP 設定ファイルを更新します。
場所:
/Users/tiru5/Library/Application Support/Cursor/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
YOUR_LINEAR_API_KEY_HERE
実際のAPIキーに置き換えます
利用可能なツール
タスクを取得する
オプションのフィルタリングを使用して Linear からタスクを取得します。
パラメータ:
status
(オプション):ステータスでフィルタリングします(例:「Todo」、「進行中」、「完了」)assignee
(オプション): 担当者名またはIDでフィルタリングteam
(オプション):チーム名またはIDでフィルタリングlimit
(オプション): 返されるタスクの最大数 (デフォルト: 20、最大: 100)
例:
タスクの詳細を取得する
特定のタスクに関する詳細情報を取得します。
パラメータ:
taskId
(必須): 詳細を取得するタスクのID
例:
get_teams
リニアワークスペース内のチームのリストを取得します。
**パラメータ:**なし
get_users
リニアワークスペース内のユーザーのリストを取得します。
**パラメータ:**なし
使用例
特定のユーザーに割り当てられたタスクの取得
特定のタスクの詳細を取得する
すべてのチームを一覧表示する
すべてのユーザーを一覧表示する
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 と対話するためのツールを提供し、ユーザーが Linear ワークスペースからタスク、タスクの詳細、チーム、およびユーザーを取得できるようにします。
Related MCP Servers
- -securityFlicense-qualityFacilitates project management with the Linear API via the Model Context Protocol, allowing users to manage initiatives, projects, issues, and their relationships through features like creation, viewing, updating, and prioritization.Last updated -2366
- AsecurityFlicenseAqualityEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.Last updated -833
- -securityFlicense-qualityEnables AI models to interact with Linear for issue tracking and project management through capabilities like creating/searching issues, managing sprints, and retrieving workflow states.Last updated -
- -securityFlicense-qualityAllows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.Last updated -236