Skip to main content
Glama
argia-andreas

Linear MCP Server

リニアMCPサーバー

Linearと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCP標準を介してLinearからデータを取得できます。

現在の機能

  • ユーザーIDまたはメールアドレスでユーザーのToDoチケットを取得する

Related MCP server: Linear MCP Server

インストール

  1. このリポジトリをクローンする

  2. 依存関係をインストールします:

    npm install
  3. プロジェクトのルートに.envファイルを作成します ( .env.exampleからコピーします)。

    LINEAR_API_KEY=your_linear_api_key_here

    Linear Developer ConsoleからLinear APIキーを取得します

発達

開発サーバーを実行します(ホットリロードを使用)。

npm run dev

生産のための構築

TypeScript コードをビルドします。

npm run build

コンパイルされたコードを実行します。

npm start

MCPクライアントでの使用

このMCPサーバーは標準のMCPプロトコルを実装しており、あらゆるMCPクライアントで使用できます。サーバーは以下のツールを公開しています。

Claude Codeと併用

この MCP サーバーを Claude Code で使用するには、次のコマンドを実行します。

claude mcp add linear-mcp-server -- node dist/index.js

これにより、Linear MCP サーバーが Claude Code に登録され、Claude の会話から Linear チケットに直接アクセスできるようになります。

ユーザーのToDoチケットを取得する

指定されたユーザーの「Todo」状態にあるすべてのチケットを取得します。

パラメータ:

  • userId (オプション): ユーザーのID

  • email (オプション): ユーザーのメールアドレス

注意: userIdまたはemailいずれかを指定する必要があります。

応答例:

[
  {
    "id": "issue-id",
    "identifier": "PROJ-123",
    "title": "Fix login issue",
    "url": "https://linear.app/...",
    "priority": 1
  },
  ...
]

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    F
    maintenance
    A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
    424
    346
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
    5
    6
    Apache 2.0
  • F
    license
    B
    quality
    D
    maintenance
    A server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.
    9
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.
    10
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

View all MCP Connectors

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/argia-andreas/linear-mcp-server'

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