リニアMCPサーバー
Linearと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCP標準を介してLinearからデータを取得できます。
現在の機能
- ユーザーIDまたはメールアドレスでユーザーのToDoチケットを取得する
インストール
- このリポジトリをクローンする
- 依存関係をインストールします:
- プロジェクトのルートに
.env
ファイルを作成します (.env.example
からコピーします)。Linear Developer ConsoleからLinear APIキーを取得します
発達
開発サーバーを実行します(ホットリロードを使用)。
生産のための構築
TypeScript コードをビルドします。
コンパイルされたコードを実行します。
MCPクライアントでの使用
このMCPサーバーは標準のMCPプロトコルを実装しており、あらゆるMCPクライアントで使用できます。サーバーは以下のツールを公開しています。
Claude Codeと併用
この MCP サーバーを Claude Code で使用するには、次のコマンドを実行します。
これにより、Linear MCP サーバーが Claude Code に登録され、Claude の会話から Linear チケットに直接アクセスできるようになります。
ユーザーのToDoチケットを取得する
指定されたユーザーの「Todo」状態にあるすべてのチケットを取得します。
パラメータ:
userId
(オプション): ユーザーのIDemail
(オプション): ユーザーのメールアドレス
注意: userId
またはemail
いずれかを指定する必要があります。
応答例:
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
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.
AI アシスタントがモデル コンテキスト プロトコル (MCP) 標準を通じて線形チケット データにアクセスして取得できるようにするサーバー。現在は、ユーザーの ToDo チケットの取得に重点を置いています。
Related MCP Servers
- -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
- AsecurityAlicenseAqualityA server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).Last updated -316PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -4283899TypeScriptMIT License
- AsecurityFlicenseAqualityA ticket tracking system that integrates with AI assistants through the Model Context Protocol (MCP), allowing LLMs to manage tickets, comments, and track project tasks.Last updated -815TypeScript