Skip to main content
Glama

Linear MCP Server

by samcfinan

선형 MCP 서버

선형 API를 위한 모델 컨텍스트 프로토콜 서버입니다.

기존 Linear MCP 서버보다 더 많은 기능을 제공하고 Claude를 통한 전체적인 프로젝트 관리를 목적으로 합니다.

이는 더 많은 기능을 갖춘 https://github.com/jerhadf/linear-mcp-server 를 기반으로 합니다.

특징:

  • 이니셔티브
  • 프로젝트
  • 문제
  • 관계
  • 우선순위 지정

설치

Claude Desktop에 서버 구성을 추가합니다.

참고: Claude는 nvm 환경에서는 제대로 작동하지 않습니다. Node 버전을 절대 경로로 표시해야 합니다.

지엑스피1

사용 가능한 도구

프로젝트 관리

  • create-project - 새로운 Linear 프로젝트를 생성합니다
  • view-project - ID로 선형 프로젝트 보기
  • update-project - 선형 프로젝트 업데이트

이니셔티브 관리

  • create-initiative - 새로운 선형 이니셔티브 만들기
  • view-initiative - ID로 선형 이니셔티브 보기
  • update-initiative - 선형 이니셔티브 업데이트

이슈 관리

  • create-issue - 새로운 선형 이슈 생성
  • view-issue - ID로 선형 이슈 보기
  • update-issue - 선형 이슈 업데이트
  • search-issues - 선형 문제 검색

이슈 관계

  • create-issue-relation - 두 개의 이슈(블록, 중복 등) 간의 관계를 생성합니다.
  • view-issue-relations - 주어진 이슈에 대한 모든 관계 보기
  • delete-issue-relation - 두 이슈 간의 관계 삭제

User: Break the Implement Contact API Endpoints issue into multiple issues, one for each endpoint Claude: I'll break down the API endpoints issue into separate issues for each endpoint and create the appropriate relationships. View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) Now let's create the relationships between these new issues and the existing ones. First, they all depend on the TypeScript Models issue: View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) I've created five separate issues for each endpoint and set up their relationships: GET /contacts (List) - d1aae514 GET /contacts/:id (Single) - 01850d5d POST /contacts (Create) - 2e0f2b75 PUT /contacts/:id (Update) - d22b143d DELETE /contacts/:id (Delete) - dde30779 All of these endpoints depend on the TypeScript Models issue (2c38c6ee) being completed first. The UI Components issue (dd214884) and Search/Filter issue (81a33a29) now should depend on the completion of these endpoint issues, particularly the GET endpoints. Would you like me to: Create those additional relationships with the UI Components? Add any specific cross-dependencies between the endpoints themselves? Break down any of these endpoint issues into more granular tasks?
-
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.

모델 컨텍스트 프로토콜을 통한 선형 API로 프로젝트 관리를 용이하게 하여, 사용자는 생성, 보기, 업데이트, 우선 순위 지정과 같은 기능을 통해 이니셔티브, 프로젝트, 이슈 및 이들 간의 관계를 관리할 수 있습니다.

  1. 설치
    1. 사용 가능한 도구
      1. 프로젝트 관리
      2. 이니셔티브 관리
      3. 이슈 관리
      4. 이슈 관계

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
        Last updated -
        7
        83
        1
        JavaScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        21
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        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.
        Last updated -
        5
        6
        Python
        Apache 2.0
      • -
        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

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

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