linear-mcp-server

linear-mcp-server

3.2

If you are the rightful owner of linear-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Linear Model Context Protocol (MCP) server implementation that provides an MCP interface for accessing Linear resources.

The Linear MCP Server is a robust implementation designed to facilitate seamless interaction with Linear resources through the Model Context Protocol (MCP). It allows users to create, search, and read Linear issues and resources efficiently. The server is equipped with features such as rate limiting and comprehensive error handling to ensure smooth operation and user experience. Users can set up the server by cloning the repository, installing dependencies, and configuring it with their Linear API key. The server supports various tools for managing issues and resources, making it a valuable asset for teams using Linear for project management.

Features

  • Rate Limiting: Implements a 1000 requests per hour limit with automatic request tracking and metrics.
  • Error Handling: Provides detailed error messages for API errors, rate limit issues, and authentication problems.
  • Create Issue: Allows creation of new Linear issues with customizable parameters such as title, team ID, and priority.
  • Search Issues: Enables searching of Linear issues using query strings with various filters like priority and state.
  • Read Resource: Supports reading of Linear resources using URIs for organization, issues, and teams.

Tools

  1. create-issue

    Create a new Linear issue with specified parameters.

  2. search-issues

    Search Linear issues using a query string with various filters.

  3. read-resource

    Read Linear resources using URIs.