Iwark_linear-mcp-server
0
The Linear MCP Server is an implementation that provides an interface to access resources from the Linear platform. It includes features like creating and searching issues, reading resources, and handling rate limiting and errors.
Linear MCP Server
A Linear Model Context Protocol (MCP) server implementation that provides an MCP interface for accessing Linear resources.
Setup with Cursor
- Clone the repository and install dependencies
- Create a startup script and configure in Cursor
- Start the server with
npm start
Available Tools
create-issue
- Create a new Linear issue with specified parameters like title, team ID, etc.
search-issues
- Search issues using a query string with various filters like assignee, priority, state, and more.
read-resource
- Read Linear resources using URIs for organization details, list of issues, and teams.
Rate Limiting
- 1000 requests per hour limit with automatic request tracking and metrics included
Error Handling
- Detailed error messages for API errors, rate limit exceeded, and authentication issues.