Linear MCP Server
リニアMCPサーバー
線形リソースにアクセスするための MCP インターフェイスを提供する線形モデル コンテキスト プロトコル (MCP) サーバー実装。
カーソルを使ったセットアップ
リポジトリをクローンし、依存関係をインストールします。
git clone git@github.com:Iwark/linear-mcp-server.git
cd linear-mcp-server
npm install起動スクリプトを作成します。
# Create linear.sh
touch linear.sh
chmod +x linear.sh
# Add the following content
export LINEAR_API_KEY="<YOUR LINEAR API KEY>"
node /absolute/path/to/linear-mcp-server/index.jsカーソルで設定:
カーソル設定を開く
MCPサーバーセクションで新しいサーバーを追加します
タイプを選択:
Command設定コマンド:
sh /absolute/path/to/linear.sh
これで、Cursor 内から Linear MCP サーバーを使用できるようになりました。
Linear API キーは、Linear 設定ページから取得できます。
サーバーを起動します。
npm startRelated MCP server: MCP Linear.app Server
利用可能なツール
問題作成
指定されたパラメータを使用して新しい線形問題を作成します。
title(必須): 問題のタイトルteamId(必須): チームIDdescription(オプション): 問題の説明priority(オプション):問題の優先度(0:優先度なし、1:緊急、2:高、3:中、4:低)stateId(オプション): 州IDassigneeId(オプション): 担当者IDestimate(オプション): 見積りを発行するlabelIds(オプション): ラベルIDの配列
検索の問題
クエリ文字列を使用してLinearの問題を検索します。さまざまなフィルターをサポートしています。
assignee:@me: 自分に割り当てられた課題を表示しますpriority:[value]:優先度でフィルタリング数値(0~4)
テキスト値: 「いいえ」、「緊急」、「高」、「中」、「低」
注:
priority:highは、緊急と高優先度の両方の問題が含まれます。
state:[value]またはstatus:[value]: 状態名でフィルタリングteam:[value]: チーム名でフィルタリングlabel:[value]: ラベル名でフィルタリングタイトルと説明のフリーテキスト検索
リソースの読み取り
URI を使用して線形リソースを読み取ります。
linear://organization- 組織の詳細linear://issues- 問題の一覧linear://issues/{id}- 特定の問題の詳細linear://teams- チームのリストlinear://teams/{id}- 特定のチームの詳細
レート制限
サーバーは次のようにレート制限を実装します。
1時間あたり1000リクエストの制限
自動リクエスト追跡
各回答に含まれる指標
エラー処理
サーバーは、次の詳細なエラー メッセージを提供します。
リニアAPIエラー
レート制限を超えました
無効なリソースタイプ
認証の問題
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server for managing Linear issues, projects, teams, and milestones through the Model Context Protocol. It enables users to create, update, and list workspace resources including issue statuses, comments, and user details.29ISC
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.
- AlicenseBqualityFmaintenanceMCP server for accessing and managing Linear resources like issues, projects, and comments with full CRUD operations and search.21121MIT
- AlicenseBqualityCmaintenanceAn MCP server that integrates with Linear's API, enabling users to manage issues, projects, teams, and comments through natural language. It supports creating, updating, deleting, and searching issues, as well as project and team management.251,275MIT
Related MCP Connectors
Linear MCP — wraps the Linear GraphQL API (OAuth)
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Iwark/linear-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server