Skip to content

Commit 0d63204

Browse files
committed
initial commit
0 parents  commit 0d63204

4 files changed

Lines changed: 51 additions & 0 deletions

File tree

.cursor/plugin.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "linear-cursor-plugin",
3+
"version": "1.0.0",
4+
"description": "Cursor Plugin for Linear - enables AI assistants to manage issues, projects, documents, and more across your Linear workspace",
5+
"author": {
6+
"name": "Linear",
7+
"email": "support@linear.app",
8+
"url": "https://linear.app"
9+
},
10+
"keywords": ["linear", "mcp", "issues", "project-management", "productivity"],
11+
"logo": "logo.svg",
12+
"primaryColor": "#5E6AD2"
13+
}

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Linear Cursor Plugin
2+
3+
A [Cursor](https://cursor.com) plugin that provides access to Linear workspaces, enabling AI assistants to manage issues, projects, documents, and more.
4+
5+
## Overview
6+
7+
This plugin connects your AI assistant to Linear.
8+
9+
## Installation
10+
11+
1. Open Cursor settings
12+
2. Navigate to **Plugins**
13+
3. Click **Install from Marketplace**
14+
4. Search for "Linear"
15+
5. Click **Install**
16+
17+
Alternatively, to install from source:
18+
1. Clone or download this plugin
19+
2. In Cursor settings, go to **Plugins**
20+
3. Click **Load from Directory**
21+
4. Select the plugin directory
22+
23+
## Support
24+
25+
- **Linear Documentation:** https://linear.app/docs
26+
- **Report Issues:** Contact Linear support at support@linear.app

logo.svg

Lines changed: 6 additions & 0 deletions
Loading

mcp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"linear": {
3+
"url": "https://mcp.linear.app/mcp",
4+
"transport": "http"
5+
}
6+
}

0 commit comments

Comments
 (0)