Skip to main content
Glama

Linear MCP Server

선형 MCP 서버

Linear와 상호작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 어시스턴트는 MCP 표준을 통해 Linear에서 데이터를 가져올 수 있습니다.

현재 기능

  • 사용자 ID 또는 이메일 주소로 사용자의 할 일 티켓을 가져옵니다.

설치

  1. 이 저장소를 복제하세요
  2. 종속성 설치:지엑스피1
  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와 함께 사용

Claude Code와 함께 이 MCP 서버를 사용하려면 다음 명령을 실행하세요.

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

이렇게 하면 Linear MCP 서버가 Claude Code에 등록되어 Claude 대화에서 직접 Linear 티켓에 액세스할 수 있습니다.

사용자-할일-티켓 가져오기

지정된 사용자에 대한 "Todo" 상태의 모든 티켓을 가져옵니다.

매개변수:

  • userId (선택 사항): 사용자의 ID
  • email (선택 사항): 사용자의 이메일

참고: userId 또는 email 중 하나를 제공해야 합니다.

응답 예시:

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

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI 어시스턴트가 MCP(Model Context Protocol) 표준을 통해 선형 티켓 데이터에 액세스하고 검색할 수 있도록 해주는 서버로, 현재는 사용자의 할 일 티켓을 가져오는 데 중점을 두고 있습니다.

  1. 현재 기능
    1. 설치
      1. 개발
        1. 생산을 위한 빌딩
          1. MCP 클라이언트와 함께 사용
            1. Claude Code와 함께 사용
            2. 사용자-할일-티켓 가져오기
          2. 기여하다

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              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.
              Last updated -
              TypeScript
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
              Last updated -
              3
              16
              Python
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
              Last updated -
              42
              838
              99
              TypeScript
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              A ticket tracking system that integrates with AI assistants through the Model Context Protocol (MCP), allowing LLMs to manage tickets, comments, and track project tasks.
              Last updated -
              8
              1
              5
              TypeScript
              • Linux
              • Apple

            View all related MCP servers

            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