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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
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 Linear issues using a query string with various filters such as assignee, priority, state, team, label, and free text search for title and description.
Read Linear resources using URIs such as linear://organization for organization details, linear://issues for a list of issues, linear://issues/{id} for specific issue details, linear://teams for a list of teams, and linear://teams/{id} for specific team details.