MCP-linear-Server
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 workflow states. The server is built with TypeScript and utilizes the Linear SDK for API interactions, ensuring robust error handling, rate limiting, and connection management. It also supports automatic reconnection and heartbeat monitoring to maintain connection health. The server can be deployed using Docker for ease of setup and scalability, making it a versatile tool for developers looking to integrate Linear functionalities into their applications.
Features
- {'name': 'linear_create_issue', 'description': 'Creates a new Linear issue with parameters like title, teamId, description, priority, and status.'}
- {'name': 'linear_search_issues', 'description': 'Searches Linear issues with flexible filtering options such as query, team, status, assignee, and priority.'}
- {'name': 'linear_sprint_issues', 'description': 'Retrieves all issues in the current sprint/iteration for a specific team.'}
- {'name': 'linear_search_teams', 'description': 'Searches and retrieves Linear teams by name.'}
- {'name': 'linear_get_workflow_states', 'description': 'Gets all available workflow states (statuses) for a specific team.'}
MCP Tools
- linear_create_issue: Tool to create a new issue in Linear.
- linear_search_issues: Tool to search for issues in Linear with various filters.
- linear_sprint_issues: Tool to get issues in the current sprint for a team.
- linear_search_teams: Tool to search for teams in Linear.
- linear_get_workflow_states: Tool to get workflow states for a team in Linear.
Usage with Different Platforms
Docker
bash
docker-compose up -d
Cursor
bash
env LINEAR_API_KEY=your_linear_api_key node /path/to/your/mcp-linear-server/dist/server.js
Related MCP Servers
View all developer_tools servers →context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.