Skip to main content
Glama

MCPリニア

AI アシスタントが Linear プロジェクト管理システムと対話できるようにする Linear GraphQL API 用のモデル コンテキスト プロトコル (MCP) サーバー実装。

MCPリニア

特徴

MCP Linearは、MCPプロトコルを実装することで、AIアシスタントとLinear(プロジェクト管理ツール)間のギャップを埋めます。これにより、以下のことが可能になります。

  • 問題、プロジェクト、チーム、その他のデータをLinearから取得する
  • 問題の作成と更新
  • 問題のステータスを変更する
  • チームメンバーに問題を割り当てる
  • コメントを追加する
  • プロジェクトとチームを作成する

プロンプトの例

接続すると、次のようなプロンプトを使用できます。

  • 「すべてのLinearの問題を表示」
  • 「フロントエンドチームに「ログインバグの修正」というタイトルの新しい問題を作成します」
  • 「問題 FE-123 のステータスを「進行中」に変更する」
  • 「問題 BE-456 を John Smith に割り当てる」
  • 「問題 UI-789 にコメントを追加: 'これは金曜日までに修正する必要があります'」

インストール

リニアAPIトークンの取得

MCP Linear を使用するには、Linear API トークンが必要です。取得方法は次のとおりです。

  1. linear.appでLinearアカウントにログインしてください
  2. 組織のアバター(左上隅)をクリックします
  3. 設定を選択
  4. 左側のサイドバーの**「セキュリティとアクセス」**に移動します
  5. 個人APIキーの下にある新しいAPIキーをクリックします
  6. キーに名前を付けます(例: MCP Linear Integration
  7. 生成された API トークンをコピーして安全に保管してください。再度表示することはできません。

Smithery経由でインストールする (推奨)

  • MCP Linear for Cursor をインストールするには:
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client cursor
  • Claude Desktop に MCP Linear をインストールするには:
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client claude

手動設定

MCP 設定ファイルに次の内容を追加します。

{ "mcpServers": { "linear": { "command": "npx", "args": ["-y", "@tacticlaunch/mcp-linear"], "env": { "LINEAR_API_TOKEN": "<YOUR_TOKEN>" } } } }
クライアント固有の設定場所
  • カーソル: ~/.cursor/mcp.json
  • Claude デスクトップ: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Claude VSCode 拡張機能: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • GoMCP: ~/.config/gomcp/config.yaml

手動実行

前提条件

  • Node.js (v18+)
  • NPM または Yarn
  • リニアAPIトークン
# Install globally npm install -g @tacticlaunch/mcp-linear # Or clone and install locally git clone https://github.com/tacticlaunch/mcp-linear.git cd mcp-linear npm install npm link # Makes the package available globally
サーバーの実行

Linear API トークンを使用してサーバーを実行します。

mcp-linear --token YOUR_LINEAR_API_TOKEN

または、環境にトークンを設定し、引数なしで実行します。

export LINEAR_API_TOKEN=YOUR_LINEAR_API_TOKEN mcp-linear

利用可能なツール

利用可能なツールと計画されている機能の完全なリストについては、 TOOLS.md を参照してください。

発達

ローカルで開発する方法の詳細については、 DEVELOPMENT.md を参照してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

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.

AI アシスタントが自然言語を通じてリニア プロジェクト管理システムと対話できるようにし、ユーザーが問題、プロジェクト、チームを取得、作成、更新できるようにする MCP サーバー。

  1. 特徴
    1. プロンプトの例
      1. インストール
        1. リニアAPIトークンの取得
        2. Smithery経由でインストールする (推奨)
        3. 手動設定
        4. 手動実行
      2. 利用可能なツール
        1. 発達
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
              Last updated -
              4
              3
              8
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
              Last updated -
              10
              Python
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables AI assistants to interact with the Plane project management platform, allowing them to manage workspaces, projects, issues, and comments through a structured API.
              Last updated -
              JavaScript
            • A
              security
              F
              license
              A
              quality
              An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
              Last updated -
              11
              29
              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/tacticlaunch/mcp-linear'

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