リニア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
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.Last updated -13,4141,774TypeScriptMIT License
- -securityFlicense-qualityAn implementation of a Model Context Protocol server that allows Claude and other AI assistants to interact with Shortcut.com's ticket management system for searching, viewing, creating, and updating stories.Last updated -Python
- -securityAlicense-qualityModel Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.Last updated -74JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.Last updated -71TypeScriptMIT License