MCP Server Linear
mcp-server-linear
これは、MCP クライアントを介して Linear と対話するためのツールを定義する MCP サーバーです。
現在のツール
linear-search-issues: Linear の問題を検索
Related MCP server: mcp-server-linear
将来のツール
linear-create-issue: Linear で問題を作成するlinear-update-issue: Linearの問題を更新するlinear-get-issue: Linear で問題を取得するlinear-get-project-issues: Linear のプロジェクト内のすべての問題を取得するlinear-add-comment: Linear の問題にコメントを追加するlinear-create-project: Linearでプロジェクトを作成するlinear-update-project: Linear でプロジェクトを更新する
将来のリソース
linear-issue:///{issueId}- 個々の問題の詳細を表示するlinear-project:///{projectId}- プロジェクトの詳細を表示linear-cycle:///{cycleId}- サイクルの詳細を表示します(デフォルトは現在のサイクル)linear-team:///{teamId}/issues- チームの問題を表示するlinear-user:///{userId}/assigned- ユーザーに割り当てられた課題を表示するlinear-organization:- 組織情報を表示
パン派
このプロジェクトはBunを使用しており、トランスパイルなしでBunから直接実行できます(私はBunを使っています)。Bunで実行するには、以下のコマンドを使用します。
bun run index.tsただし、Node.js で実行することも可能です。Node.js で実行するには、以下のコマンドを使用します。
node build/index.jsスタンドアロン実行ファイル
Bunプロジェクトはスタンドアロンの実行ファイルにコンパイルできます。これにより、(理論上は)Bunをインストールしなくてもサーバーを実行できます。プロジェクトをスタンドアロンの実行ファイルにコンパイルするには、以下のコマンドを使用します。
bun build:standaloneビルド対象のマシンに応じてビルドtargetを変更する必要があるかもしれません。詳細はBunのドキュメントをご覧ください。
JSON経由でMCPクライアントに追加する
このサーバーを MCP クライアントに追加するには、次の JSON 構成を使用できます。
バンランタイム
"linear": {
"command": "bun",
"args": [
"run",
"/path/to/linear-mcp-server/index.ts"
],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}ノードランタイム
"linear": {
"command": "node",
"args": [
"/path/to/linear-mcp-server/build/index/js"
],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}スタンドアロン実行ファイル
"linear": {
"command": "/path/to/linear-mcp-server/standalone-linear-mcp-server",
"args": [],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}クレジット
このプロジェクトはjerhadf/linear-mcp-serverに触発されました。私を含め他の開発者がこれを動作させるのに苦労したため、独自の実装を作成することにしました。ツールとリソースのリストは保存しておく価値があると思いました。
ライセンス
マサチューセッツ工科大学
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for Linear project management and issue tracking
Linear MCP — wraps the Linear GraphQL API (OAuth)
Search, read and create Linear issues, projects, teams and cycles.
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.22ISC
- AlicenseBqualityFmaintenanceMCP server for accessing and managing Linear resources like issues, projects, and comments with full CRUD operations and search.21541MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for Linear that allows creating issues, adding comments, and listing issues and teams.134MIT
- 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.252,486MIT
Appeared in Searches
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/floodfx/mcp-server-linear'
If you have feedback or need assistance with the MCP directory API, please join our Discord server