This MCP server implementation provides integration with Linear, a project management platform. It offers tools for managing teams, issues, projects, and cycles through Linear's API. The server enables operations like retrieving team information, searching issues, creating and updating tasks, and handling project data. It's particularly useful for AI-assisted project management workflows that require seamless interaction with Linear's features.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get all teams with their states and labels.
Search for issues with filtering and pagination.
Get all cycles for a team.
Get all projects.
Create a new issue. Parameters: teamId (required), title (required), description (optional), assigneeId (optional), stateId (optional), priority (optional, 0-4), estimate (optional), cycleId (optional), projectId (optional), labelIds (optional).
Update an existing issue. Parameters: issueId (required), title (optional), description (optional), assigneeId (optional), stateId (optional), priority (optional, 0-4), estimate (optional), cycleId (optional), projectId (optional), labelIds (optional).