Skip to main content
Glama
Iwark

Linear MCP Server

by Iwark

선형 MCP 서버

선형 리소스에 액세스하기 위한 MCP(선형 모델 컨텍스트 프로토콜) 인터페이스를 제공하는 MCP(선형 모델 컨텍스트 프로토콜) 서버 구현입니다.

커서로 설정

  1. 저장소를 복제하고 종속성을 설치합니다.

지엑스피1

  1. 시작 스크립트를 만듭니다.

# Create linear.sh
touch linear.sh
chmod +x linear.sh

# Add the following content
export LINEAR_API_KEY="<YOUR LINEAR API KEY>"
node /absolute/path/to/linear-mcp-server/index.js
  1. 커서에서 구성:

  • 커서 설정 열기

  • MCP 서버 섹션에 새 서버를 추가합니다.

  • 유형 선택: Command

  • 명령 설정: sh /absolute/path/to/linear.sh

이제 Cursor 내에서 Linear MCP 서버를 사용할 수 있습니다.

Linear 설정 페이지 에서 Linear API 키를 얻을 수 있습니다.

  1. 서버를 시작합니다:

npm start

Related MCP server: MCP Linear.app Server

사용 가능한 도구

이슈 생성

지정된 매개변수로 새로운 선형 문제를 만듭니다.

  • title (필수): 호 제목

  • teamId (필수): 팀 ID

  • description (선택 사항): 문제 설명

  • priority (선택 사항): 문제 우선순위(0: 우선순위 없음, 1: 긴급, 2: 높음, 3: 보통, 4: 낮음)

  • stateId (선택 사항): 주 ID

  • assigneeId (선택 사항): 담당자 ID

  • estimate (선택사항): 발행 견적

  • labelIds (선택 사항): 레이블 ID 배열

검색 문제

쿼리 문자열을 사용하여 선형 문제를 검색합니다. 다양한 필터를 지원합니다.

  • assignee:@me : 귀하에게 할당된 문제를 표시합니다.

  • priority:[value] : 우선순위로 필터링

    • 숫자 값(0-4)

    • 텍스트 값: "아니요", "긴급", "높음", "보통", "낮음"

    • 참고: priority:high 긴급 및 높은 우선순위 문제가 모두 포함됩니다.

  • state:[value] 또는 status:[value] : 상태 이름으로 필터링

  • team:[value] : 팀 이름으로 필터링

  • label:[value] : 라벨 이름으로 필터링

  • 제목과 설명에 대한 자유 텍스트 검색

읽기 리소스

URI를 사용하여 선형 리소스를 읽으세요.

  • linear://organization - 조직 세부 정보

  • linear://issues - 이슈 목록

  • linear://issues/{id} - 특정 문제 세부 정보

  • linear://teams - 팀 목록

  • linear://teams/{id} - 특정 팀 세부 정보

속도 제한

서버는 다음을 사용하여 속도 제한을 구현합니다.

  • 시간당 1000개 요청 제한

  • 자동 요청 추적

  • 각 응답에 포함된 측정항목

오류 처리

서버는 다음에 대한 자세한 오류 메시지를 제공합니다.

  • 선형 API 오류

  • 요금 제한을 초과했습니다

  • 잘못된 리소스 유형

  • 인증 문제

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
    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.
    29
    ISC
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.
  • 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
    1,275
    MIT

View all related MCP servers

Related MCP Connectors

  • Linear MCP — wraps the Linear GraphQL API (OAuth)

  • Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

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

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