MadeByNando_MCP-linear-Server

MadeByNando_MCP-linear-Server

3.1

If you are the rightful owner of MadeByNando_MCP-linear-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.

The Linear MCP Integration Server provides integration capabilities with Linear for issue tracking and project management through the Model Context Protocol (MCP).

The Linear MCP Integration Server is designed to facilitate seamless interaction between AI models and the Linear platform, which is widely used for issue tracking and project management. By leveraging the Model Context Protocol (MCP), this server allows for efficient management of tasks, issues, and projects within Linear. It supports a variety of operations such as creating issues, searching for issues, managing sprints, and retrieving team information. The server is built using TypeScript and integrates with the Linear SDK for API interactions, ensuring robust error handling, rate limiting, and connection management. It also supports Docker for easy deployment and includes detailed logging and monitoring features to maintain connection health.

Features

  • linear_create_issue: Creates a new Linear issue with parameters like title, teamId, description, priority, and status.
  • linear_search_issues: Searches Linear issues with flexible filtering options such as query, team, status, assignee, and priority.
  • linear_sprint_issues: Retrieves all issues in the current sprint/iteration for a specified team.
  • linear_search_teams: Searches and retrieves Linear teams by name.
  • linear_filter_sprint_issues: Filters current sprint issues by status for a specific team.