Skip to main content
Glama

Linear MCP Server

リニアMCP

問題追跡とプロジェクト管理のためのツールを提供する、Linear 用の Model Context Protocol (MCP) サーバー。

構成

リニアセキュリティ設定に移動して、API キーを作成します。

リニアセキュリティ設定

次に、 LINEAR_API_KEY環境変数を使用して設定します。

# Add to your .env file LINEAR_API_KEY=lin_api_xxxxxxxxxxxx # Or export as environment variable export LINEAR_API_KEY=lin_api_xxxxxxxxxxxx

サーバーの実行

uvx --from git+https://github.com/vinayak-mehta/linear-mcp linear-mcp

ドッカー

docker build -t linear-mcp:latest . docker run -it --rm -e LINEAR_API=lin_api_xxxxxx linear-mcp:latest

これを Claude Desktop で使用すると、次のようになります。

"linear-mcp-server": { "command": "docker", "args": [ "run", "-it", "--rm", "-e", "LINEAR_API_KEY=lin_api_xxxxxx", "linear-mcp-server:latest" ] }

リソース

リニア MCP は、次のリソース タイプへのアクセスを提供します。

リソース説明URIの例
問題特定のリニア問題の詳細linear-issue:///a1b2c3d4
チームの問題特定のチームのすべての問題linear-team:///ENG/issues
ユーザーの問題ユーザーに割り当てられた問題linear-user:///me/assigned
組織リニア組織の詳細linear-organization:
視聴者認証されたユーザーに関する情報linear-viewer:

ツール

道具説明
linear_create_issueタイトル、説明、その他の属性を指定して新しい Linear Issue を作成します
linear_update_issue既存の問題のプロパティを更新する
linear_search_issues柔軟なフィルタリング基準を使用して問題を検索する
linear_get_user_issues特定のユーザーに割り当てられた問題を取得する
linear_add_comment既存の問題にコメントを追加する

プロンプトの例

新しい問題の作成

Create a bug ticket: "Login screen disappears like magic tricks at a birthday party!" Priority: HIGH, Team: Engineering

問題の更新

Upgrade ENG-123 to "shooting star" priority! Users are excited! Change status to "Racing to the finish line!"

問題を探す

Find all Frontend tasks with "authentication" that are patiently waiting for their moment to shine

ユーザータスクの取得

What exciting challenges await me today in Linear?

コメントを追加する

Add to DEV-456: "Temporarily paused while the API does its beauty routine. Back on it next sprint with fresh energy!"

組織概要

Show me our amazing team structure so I can appreciate all the talented people making this happen

ライセンス

アパッチ 2.0

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 と統合され、AI アシスタントがプロジェクト管理と問題追跡のために問題を作成、更新、検索、コメントできるようにするモデル コンテキスト プロトコル サーバー。

  1. 構成
    1. サーバーの実行
      1. ドッカー
    2. リソース
      1. ツール
        1. プロンプトの例
          1. 新しい問題の作成
          2. 問題の更新
          3. 問題を探す
          4. ユーザータスクの取得
          5. コメントを追加する
          6. 組織概要
        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
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.
            Last updated -
            20
            2
            TypeScript
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
            Last updated -
            15
            1
            TypeScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to interact with Feishu project management systems, allowing retrieval of project views and work items.
            Last updated -
            4
            Python
            MIT License
            • 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/vinayak-mehta/linear-mcp'

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