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 various filters such as assignee, priority, state, team, and label.
read-resource
Read Linear resources using URIs: 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, linear://teams/{id} for specific team details.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论