Linear
MCPリニア
AI アシスタントが Linear プロジェクト管理システムと対話できるようにする Linear GraphQL API 用のモデル コンテキスト プロトコル (MCP) サーバー実装。
特徴
MCP Linearは、MCPプロトコルを実装することで、AIアシスタントとLinear(プロジェクト管理ツール)間のギャップを埋めます。これにより、以下のことが可能になります。
問題、プロジェクト、チーム、その他のデータをLinearから取得する
問題の作成と更新
問題のステータスを変更する
チームメンバーに問題を割り当てる
コメントを追加する
プロジェクトとチームを作成する
Related MCP server: MCP Linear.app Server
プロンプトの例
接続すると、次のようなプロンプトを使用できます。
「すべてのLinearの問題を表示」
「フロントエンドチームに「ログインバグの修正」というタイトルの新しい問題を作成します」
「問題 FE-123 のステータスを「進行中」に変更する」
「問題 BE-456 を John Smith に割り当てる」
「問題 UI-789 にコメントを追加: 'これは金曜日までに修正する必要があります'」
インストール
リニアAPIトークンの取得
MCP Linear を使用するには、Linear API トークンが必要です。取得方法は次のとおりです。
linear.appでLinearアカウントにログインしてください
組織のアバター(左上隅)をクリックします
設定を選択
左側のサイドバーの**「セキュリティとアクセス」**に移動します
個人APIキーの下にある新しいAPIキーをクリックします
キーに名前を付けます(例:
MCP Linear Integration)生成された API トークンをコピーして安全に保管してください。再度表示することはできません。
Smithery経由でインストールする (推奨)
MCP Linear for Cursor をインストールするには:
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client cursorClaude 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.jsonClaude デスクトップ:
~/Library/Application Support/Claude/claude_desktop_config.jsonClaude VSCode 拡張機能:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonGoMCP:
~/.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 ファイルを参照してください。
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
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to create, update, and manage issues, projects, teams, and comments through natural language.3,360MIT
- Alicense-quality-maintenanceAn 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.
- 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
- Alicense-qualityBmaintenanceCustom MCP server for Linear that enables managing issues, projects, and workspaces through natural language, backed by raw GraphQL.519MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/tacticlaunch/mcp-linear'
If you have feedback or need assistance with the MCP directory API, please join our Discord server