リニアMCPサーバー
Linear API用のモデル コンテキスト プロトコルサーバー。
既存の Linear MCP サーバーよりも機能が豊富であり、Claude を介した総合的なプロジェクト管理を目的としています。
これは、より多くの機能を備えたhttps://github.com/jerhadf/linear-mcp-serverに基づいています。
特徴:
- 取り組み
- プロジェクト
- 問題
- 人間関係
- 優先順位付け
インストール
Claude Desktop にサーバー設定を追加します。
注意:Claudeはnvm環境では正常に動作しません。Nodeのバージョンを絶対パスで参照してください。
利用可能なツール
プロジェクト管理
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つの問題間の関係を削除する
例
This server cannot be installed
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 を使用したプロジェクト管理を容易にし、ユーザーが作成、表示、更新、優先順位付けなどの機能を通じてイニシアチブ、プロジェクト、問題、およびそれらの関係を管理できるようにします。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.Last updated -7831JavaScript
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -211TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -56PythonApache 2.0
- -securityFlicense-qualityA 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