Linear
Summary
This Linear MCP server, developed by Iwark, provides a standardized interface for interacting with the Linear issue tracking system. Built with Node.js and leveraging the Linear SDK, it offers tools for creating and searching issues, as well as reading various Linear resources. The implementation focuses on efficient query parsing, rate limiting, and error handling, enabling AI models to manage projects and issues effectively. By connecting AI assistants with Linear's project management capabilities, this server facilitates sophisticated task management scenarios, enhancing the ability to create, track, and analyze issues programmatically. It's particularly useful for teams seeking to integrate AI-powered project management into their Linear workflows.
Available Actions(3)
create-issue
Create a new Linear issue with specified parameters: title (required), teamId (required), description (optional), priority (optional), stateId (optional), assigneeId (optional), estimate (optional), labelIds (optional).
search-issues
Search Linear issues using a query string. Supports filters for assignee, priority, state, team, label, and free text search for title and description.
read-resource
Read Linear resources using URIs such as linear://organization for organization details, linear://issues for list of issues, linear://issues/{id} for specific issue details, linear://teams for list of teams, and linear://teams/{id} for specific team details.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요