Skip to main content
Glama

Linear MCP Server

リニアMCPサーバー

Linearと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCP標準を介してLinearからデータを取得できます。

現在の機能

  • ユーザーIDまたはメールアドレスでユーザーのToDoチケットを取得する

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトのルートに.envファイルを作成します ( .env.exampleからコピーします)。
    LINEAR_API_KEY=your_linear_api_key_here
    Linear Developer ConsoleからLinear APIキーを取得します

発達

開発サーバーを実行します(ホットリロードを使用)。

npm run dev

生産のための構築

TypeScript コードをビルドします。

npm run build

コンパイルされたコードを実行します。

npm start

MCPクライアントでの使用

このMCPサーバーは標準のMCPプロトコルを実装しており、あらゆるMCPクライアントで使用できます。サーバーは以下のツールを公開しています。

Claude Codeと併用

この MCP サーバーを Claude Code で使用するには、次のコマンドを実行します。

claude mcp add linear-mcp-server -- node dist/index.js

これにより、Linear MCP サーバーが Claude Code に登録され、Claude の会話から Linear チケットに直接アクセスできるようになります。

ユーザーのToDoチケットを取得する

指定されたユーザーの「Todo」状態にあるすべてのチケットを取得します。

パラメータ:

  • userId (オプション): ユーザーのID
  • email (オプション): ユーザーのメールアドレス

注意: userIdまたはemailいずれかを指定する必要があります。

応答例:

[ { "id": "issue-id", "identifier": "PROJ-123", "title": "Fix login issue", "url": "https://linear.app/...", "priority": 1 }, ... ]

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

-
security - not tested
F
license - not found
-
quality - not tested

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 チケットの取得に重点を置いています。

  1. 現在の機能
    1. インストール
      1. 発達
        1. 生産のための構築
          1. MCPクライアントでの使用
            1. Claude Codeと併用
            2. ユーザーのToDoチケットを取得する
          2. 貢献

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A 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
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
              Last updated -
              3
              16
              Python
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A 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 -
              42
              838
              99
              TypeScript
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              A 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 -
              8
              1
              5
              TypeScript
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/argia-andreas/linear-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server