A
securityA
licenseA
qualityEnables AI agents to manage issues, projects, and teams on the Linear platform programmatically.
Last updated -
7
123
22
JavaScript
MIT License
Provides tools for interacting with Linear's API, allowing users to fetch tasks with filtering options (by status, assignee, team), retrieve detailed task information, and list teams and users in a Linear workspace.
この MCP サーバーは、Linear API と対話するためのツールを提供し、タスクとその関連詳細を取得できるようにします。
/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例:
リニアワークスペース内のチームのリストを取得します。
**パラメータ:**なし
リニアワークスペース内のユーザーのリストを取得します。
**パラメータ:**なし
You must be authenticated.
Linear API と対話するためのツールを提供し、ユーザーが Linear ワークスペースからタスク、タスクの詳細、チーム、およびユーザーを取得できるようにします。