Skip to main content
Glama

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.

Maintenance

ActivityInactive
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    An 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.
    22
    ISC
  • A
    license
    B
    quality
    C
    maintenance
    An 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.
    25
    2,486
    MIT

Latest Blog Posts

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