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 and pagination support, allowing for filtering by query, team, status, assignee, priority, and sorting.
Get all issues in the current sprint/iteration for a specified team ID.
Search and retrieve Linear teams based on a query for team names.
Filter current sprint issues by status and automatically filter to the current user for a specified team ID.
Get detailed information about a specific issue, including full description, comments, and metadata, by providing 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 cycle management.