Set priority levels for Linear issues to manage workflow and focus on critical tasks. Use numeric values from 0 (No priority) to 4 (Low) to organize project management.
Retrieve Linear team member details, including usernames, display names, and emails, with optional name-based filtering. Supports efficient member lookup for team management.
Retrieve the history of changes made to a specific issue in Linear. Provide the issue ID to view its timeline of updates, with an optional limit on the number of events returned.
Archive completed or inactive issues in Linear to maintain an organized project workspace by removing them from active views while preserving their data.
Add comments to Linear issues by specifying the issue ID and comment text. Supports Markdown formatting for clear, structured communication in project management tasks.
Provides a Model Context Protocol interface for accessing Linear's issue tracking system, enabling users to query and search issues with TypeScript type safety and robust error handling.
An MCP server providing read-only access to Linear issues for language models, allowing them to fetch issue details and comments using a Linear API token.
A Deno implementation that enables AI models to interact with Linear issue tracking functionality, supporting searching issues, reading details, updating, and commenting.