MCP.so
ログイン

Linear MCP Integration Server

@MCP-Mirror

Linear MCP Integration Server について

Mirror of

基本情報

カテゴリ

バージョン管理

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "MadeByNando_MCP-linear-Server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-linear-server",
        "."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Linear MCP Integration Server?

This server provides Linear integration capabilities through the Model Context Protocol (MCP). It allows AI models to interact with Linear for issue tracking and project management.

How to use Linear MCP Integration Server?

Obtain a Linear API key from Linear settings, create a .env file with LINEAR_API_KEY, install dependencies with npm install, and start the server with npm start. Alternatively, use Docker via docker-compose up -d. To integrate with Cursor, add it as an MCP server using the command transport with your API key.

Key features of Linear MCP Integration Server

  • Create Linear issues with title, description, priority, status
  • Search issues with filters: query, team, status, assignee, priority
  • Retrieve all issues in the current sprint/iteration
  • Search and retrieve Linear teams by name
  • Filter current sprint issues by status for current user
  • Get all workflow states (statuses) for a team

Use cases of Linear MCP Integration Server

  • Automate bug report creation from AI chat conversations
  • Search and filter issues for project management dashboards
  • Get current sprint issues for daily standup updates
  • Filter sprint issues by status (e.g., pending release) for reporting
  • List all teams or projects to navigate Linear workspaces

FAQ from Linear MCP Integration Server

How do I get a Linear API key?

Obtain it from Linear's settings > API section.

How do I run the server without Docker?

Copy .env.example to .env, add your LINEAR_API_KEY, run npm install, then npm start or npm run dev.

How do I add this server to Cursor?

In Cursor settings under MCP Servers, add a new server using command transport with the command env LINEAR_API_KEY=your_key node /path/to/dist/server.js.

What default limit does linear_search_issues use?

It returns up to 10 results by default.

What happens if the connection is lost?

The server includes automatic reconnection with configurable retry attempts and heartbeat monitoring for connection health.

コメント

「バージョン管理」の他のコンテンツ