Linear MCP Server provides a robust integration with Linear's project management platform, enabling AI models to create, search, and manage issues across teams. Built with TypeScript and the Linear SDK, it exposes a comprehensive set of tools for querying sprint issues, updating issue statuses, and retrieving detailed project information, making it ideal for teams seeking to streamline workflow automation and project tracking through conversational AI interfaces.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Creates a new Linear issue with the specified title, team ID, optional description, priority level, and initial status.
Search Linear issues with flexible filtering options such as query text, team ID, status, assignee ID, priority, and pagination support.
Get all issues in the current sprint/iteration for a specified team ID.
Search and retrieve Linear teams by a query text that matches team names.
Filter current sprint issues by status, automatically filtering to the current user.
Get detailed information about a specific issue, including its full description, comments, and metadata, using the issue ID.
Update the status of multiple Linear issues at once by providing a list of issue IDs and the target status.
Create, update, or get information about Linear cycles (sprints) by specifying the action, team ID, and optional parameters for the cycle.