Overview
what is Linear MCP Server?
Linear MCP Server is an implementation of the Linear Model Context Protocol (MCP) that provides an interface for accessing Linear resources, enabling developers to interact with Linear's issue tracking and project management features.
how to use Linear MCP Server?
To use the Linear MCP Server, clone the repository, install dependencies, create a startup script with your Linear API key, configure it in Cursor, and start the server.
key features of Linear MCP Server?
- Create new Linear issues with specified parameters.
- Search for Linear issues using various filters.
- Read Linear resources using URIs.
- Implements rate limiting and detailed error handling.
use cases of Linear MCP Server?
- Automating issue creation in Linear for project management.
- Integrating Linear issue tracking into custom applications.
- Searching and retrieving issue data programmatically.
FAQ from Linear MCP Server?
- What is required to run the Linear MCP Server?
You need to have Node.js installed and a valid Linear API key.
- Can I use this server for multiple projects?
Yes! You can configure it to work with different Linear projects by changing the API key and settings.
- Is there a limit on the number of requests?
Yes, the server implements a rate limit of 1000 requests per hour.