Provides an MCP interface for accessing Linear resources.
Iwark Linear MCP Server acts as a bridge, providing a Linear Model Context Protocol (MCP) interface for accessing Linear resources. This server allows applications like Cursor to interact with Linear, enabling the creation of issues, searching for issues, and reading resource details. It includes rate limiting, detailed error handling, and supports various search filters to streamline Linear workflow integration.
Key Features
01Implements rate limiting with automatic request tracking
02Search Linear issues using a query string with filters
03Provides detailed error messages
04Create Linear issues with specified parameters
05Read Linear resources using URIs
060 GitHub stars
Use Cases
01Creating Linear issues from within a code editor (e.g., Cursor)
02Accessing Linear organization, issue, and team details programmatically
03Searching for Linear issues based on assignee, priority, state, team, or label within a code editor