linear-mcp
The Linear MCP Server is designed to interface with Linear's API, allowing users to manage issues, projects, and teams through comprehensive tools and operations. It supports authentication via API Key and includes features like bulk issue management, while also working on advanced functionalities such as OAuth flow and complex search filters.
How do I authenticate with the Linear MCP Server?
You can authenticate using a personal API key from Linear. Navigate to Linear Settings, create a new API key, and add it to your .env file.
What operations can I perform with the Linear MCP Server?
You can manage issues, projects, and teams, including creating, updating, and deleting issues, as well as associating them with projects.
Is OAuth authentication supported?
OAuth flow is planned but not yet implemented. Currently, only API key authentication is supported.
How do I integrate the server with Cline?
Add the Linear MCP server configuration to your Cline MCP settings file, specifying the command, arguments, and environment variables.
What are the features in development?
Features in development include comment functionality, complex search filters, label management, project template support, and OAuth flow.