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

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
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
            -
            license
            -
            quality
            A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
            Last updated -
            236
            329
            MIT License
            • Apple
          • A
            security
            -
            license
            A
            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 -
            9
            • 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 -
            7
            3
          • A
            security
            -
            license
            A
            quality
            A Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.
            Last updated -
            19
            12
            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