선형 MCP 서버
이 MCP 서버는 Linear API와 상호 작용할 수 있는 도구를 제공하여 작업과 관련 세부 정보를 가져올 수 있습니다.
설정
종속성 설치:
지엑스피1
서버를 빌드하세요:
npm run buildLinear API 키를 구성하세요.
Linear에서 API 키를 받으세요(설정 > API > 개인 API 키)
API 키로 MCP 설정 파일을 업데이트하세요.
위치:
/Users/tiru5/Library/Application Support/Cursor/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
YOUR_LINEAR_API_KEY_HERE
실제 API 키로 바꾸세요.
사용 가능한 도구
get_tasks
선택적 필터링을 사용하여 Linear에서 작업을 가져옵니다.
매개변수:
status
(선택 사항): 상태별로 필터링(예: "Todo", "진행 중", "완료")assignee
(선택 사항): 담당자 이름 또는 ID로 필터링team
(선택 사항): 팀 이름 또는 ID로 필터링limit
(선택 사항): 반환할 최대 작업 수(기본값: 20, 최대값: 100)
예:
작업 세부 정보 가져오기
특정 작업에 대한 자세한 정보를 얻으세요.
매개변수:
taskId
(필수): 세부 정보를 검색할 작업의 ID
예:
get_teams
선형 작업 공간에서 팀 목록을 가져옵니다.
매개변수: 없음
사용자 가져오기
선형 작업 공간에서 사용자 목록을 가져옵니다.
매개변수: 없음
사용 예
특정 사용자에게 할당된 작업 가져오기
특정 작업에 대한 세부 정보 얻기
모든 팀 나열
모든 사용자 나열
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.
Linear API와 상호 작용할 수 있는 도구를 제공하여 사용자가 Linear 작업 공간에서 작업, 작업 세부 정보, 팀 및 사용자를 가져올 수 있도록 합니다.
Related MCP Servers
- -securityFlicense-qualityFacilitates project management with the Linear API via the Model Context Protocol, allowing users to manage initiatives, projects, issues, and their relationships through features like creation, viewing, updating, and prioritization.Last updated -2626
- AsecurityFlicenseAqualityEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.Last updated -833
- -securityFlicense-qualityEnables AI models to interact with Linear for issue tracking and project management through capabilities like creating/searching issues, managing sprints, and retrieving workflow states.Last updated -
- -securityFlicense-qualityAllows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.Last updated -262