A
securityA
licenseA
qualityEnables AI agents to manage issues, projects, and teams on the Linear platform programmatically.
Last updated -
7
123
22
JavaScript
MIT License
Provides tools for interacting with Linear's API, allowing users to fetch tasks with filtering options (by status, assignee, team), retrieve detailed task information, and list teams and users in a Linear workspace.
이 MCP 서버는 Linear API와 상호 작용할 수 있는 도구를 제공하여 작업과 관련 세부 정보를 가져올 수 있습니다.
/Users/tiru5/Library/Application Support/Cursor/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
YOUR_LINEAR_API_KEY_HERE
실제 API 키로 바꾸세요.선택적 필터링을 사용하여 Linear에서 작업을 가져옵니다.
매개변수:
status
(선택 사항): 상태별로 필터링(예: "Todo", "진행 중", "완료")assignee
(선택 사항): 담당자 이름 또는 ID로 필터링team
(선택 사항): 팀 이름 또는 ID로 필터링limit
(선택 사항): 반환할 최대 작업 수(기본값: 20, 최대값: 100)예:
특정 작업에 대한 자세한 정보를 얻으세요.
매개변수:
taskId
(필수): 세부 정보를 검색할 작업의 ID예:
선형 작업 공간에서 팀 목록을 가져옵니다.
매개변수: 없음
선형 작업 공간에서 사용자 목록을 가져옵니다.
매개변수: 없음
You must be authenticated.
Linear API와 상호 작용할 수 있는 도구를 제공하여 사용자가 Linear 작업 공간에서 작업, 작업 세부 정보, 팀 및 사용자를 가져올 수 있도록 합니다.