Overview
what is mcp-server-linear?
This project is a server that defines tools for interacting with Linear via an MCP client, allowing users to manage issues and projects effectively.
how to use mcp-server-linear?
To use this server, you can run it using Bun or Node.js. For Bun, use the command bun run index.ts, and for Node.js, use node build/index.js. You can also compile it into a standalone executable.
key features of mcp-server-linear?
- Search for issues in Linear.
- Create, update, and manage issues and projects in Linear.
- View individual issue, project, cycle, and team details.
- Add comments to issues.
use cases of mcp-server-linear?
- Managing project issues in Linear.
- Automating issue creation and updates.
- Integrating Linear with other tools via MCP clients.
FAQ from mcp-server-linear?
- What is Linear?
Linear is a project management tool that helps teams track issues and projects efficiently.
- Can I run this server without Bun?
Yes, you can run it using Node.js or compile it into a standalone executable.