linear-mcp-fast 0.2.3__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/PKG-INFO +47 -52
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/README.md +46 -51
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/pyproject.toml +1 -1
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/PKG-INFO +47 -52
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/setup.cfg +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__init__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__main__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/reader.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/server.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/store_detector.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/SOURCES.txt +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/dependency_links.txt +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/entry_points.txt +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/requires.txt +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/top_level.txt +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/__init__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_cache.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_filesystem.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_history.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_indexeddb.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_localstorage.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_notifications.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_profile_folder.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_sessionstorage.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_snss2.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_shared_proto_db_downloads.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/common.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/download_common.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/profile_folder_protocols.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/__init__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_blink_value_deserializer.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_easy_chromium_pickle.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_protobuff.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_v8_value_deserializer.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/__init__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/ccl_leveldb.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_local_storage.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_session_storage.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/benchmark.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/ccl_chrome_audit.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_indexeddb_details.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_leveldb.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/__init__.py +0 -0
- {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/ccl_simplesnappy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linear-mcp-fast
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Fast MCP server for Linear - reads from Linear.app's local cache on macOS
|
|
5
5
|
Author: everything-chalna
|
|
6
6
|
License-Expression: MIT
|
|
@@ -45,31 +45,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
|
|
|
45
45
|
- **Offline access** - Works without internet
|
|
46
46
|
- **Faster iteration** - No rate limits, no latency
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
## Requirements
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
pip install linear-mcp-fast
|
|
54
|
-
# or
|
|
55
|
-
uv pip install linear-mcp-fast
|
|
56
|
-
```
|
|
50
|
+
- **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
|
|
51
|
+
- **Linear.app** installed and opened at least once (to populate the cache)
|
|
57
52
|
|
|
58
53
|
## Setup
|
|
59
54
|
|
|
55
|
+
Use `linear-fast` for reads and the official Linear MCP for writes.
|
|
56
|
+
|
|
60
57
|
### Claude Code
|
|
61
58
|
|
|
62
59
|
```bash
|
|
63
|
-
#
|
|
60
|
+
# Fast reads (this package)
|
|
64
61
|
claude mcp add linear-fast -- uvx linear-mcp-fast
|
|
65
62
|
|
|
66
|
-
#
|
|
63
|
+
# Writes via official Linear MCP
|
|
67
64
|
claude mcp add --transport http linear https://mcp.linear.app/mcp
|
|
68
65
|
```
|
|
69
66
|
|
|
70
|
-
|
|
71
|
-
- `linear-fast` → Fast reads from local cache
|
|
72
|
-
- `linear` → Writes (comments, updates)
|
|
67
|
+
Run `/mcp` to authenticate with Linear.
|
|
73
68
|
|
|
74
69
|
### Claude Desktop
|
|
75
70
|
|
|
@@ -90,7 +85,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
90
85
|
}
|
|
91
86
|
```
|
|
92
87
|
|
|
93
|
-
### Cursor
|
|
88
|
+
### Cursor
|
|
89
|
+
|
|
90
|
+
Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
|
|
91
|
+
|
|
92
|
+
```json
|
|
93
|
+
{
|
|
94
|
+
"mcpServers": {
|
|
95
|
+
"linear-fast": {
|
|
96
|
+
"command": "uvx",
|
|
97
|
+
"args": ["linear-mcp-fast"]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### VS Code / Windsurf / Others
|
|
94
104
|
|
|
95
105
|
```json
|
|
96
106
|
{
|
|
@@ -107,24 +117,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
107
117
|
}
|
|
108
118
|
```
|
|
109
119
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## Prerequisites
|
|
113
|
-
|
|
114
|
-
- **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
|
|
115
|
-
- **Linear.app** installed and opened at least once
|
|
116
|
-
|
|
117
|
-
---
|
|
120
|
+
See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
|
|
118
121
|
|
|
119
122
|
## Available Tools
|
|
120
123
|
|
|
121
|
-
|
|
124
|
+
Tools mirror the official Linear MCP for easy switching:
|
|
122
125
|
|
|
123
126
|
| Tool | Description |
|
|
124
127
|
|------|-------------|
|
|
125
|
-
| `list_issues` | List issues with filters (
|
|
126
|
-
| `get_issue` | Get issue details
|
|
127
|
-
| `list_my_issues` | List issues assigned to a user |
|
|
128
|
+
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
129
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
128
130
|
| `list_teams` | List all teams |
|
|
129
131
|
| `get_team` | Get team details |
|
|
130
132
|
| `list_projects` | List all projects |
|
|
@@ -133,44 +135,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
133
135
|
| `get_user` | Get user details |
|
|
134
136
|
| `list_issue_statuses` | List workflow states for a team |
|
|
135
137
|
|
|
136
|
-
|
|
138
|
+
For writes (create issue, add comment, update status), use the official Linear MCP.
|
|
137
139
|
|
|
138
|
-
|
|
139
|
-
- Creating/updating issues
|
|
140
|
-
- Adding comments
|
|
141
|
-
- Changing status
|
|
140
|
+
## How It Works
|
|
142
141
|
|
|
143
|
-
|
|
142
|
+
```
|
|
143
|
+
Linear.app (Electron)
|
|
144
|
+
↓ syncs data to local cache
|
|
145
|
+
IndexedDB (LevelDB)
|
|
146
|
+
~/Library/Application Support/Linear/IndexedDB/...
|
|
147
|
+
↓ read by
|
|
148
|
+
linear-mcp-fast
|
|
149
|
+
↓
|
|
150
|
+
Fast, offline access to issues, teams, users, projects
|
|
151
|
+
```
|
|
144
152
|
|
|
145
153
|
## Troubleshooting
|
|
146
154
|
|
|
147
|
-
|
|
155
|
+
**"Linear database not found"**
|
|
148
156
|
|
|
149
|
-
Linear.app
|
|
157
|
+
Linear.app must be installed and opened at least once:
|
|
150
158
|
```bash
|
|
151
159
|
ls ~/Library/Application\ Support/Linear/IndexedDB/
|
|
152
160
|
```
|
|
153
161
|
|
|
154
|
-
|
|
162
|
+
**Data seems stale**
|
|
155
163
|
|
|
156
|
-
|
|
164
|
+
The local cache updates when Linear.app syncs. Open Linear.app to refresh.
|
|
157
165
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
## How It Works
|
|
161
|
-
|
|
162
|
-
```
|
|
163
|
-
Linear.app (Electron)
|
|
164
|
-
↓ syncs to
|
|
165
|
-
IndexedDB (LevelDB format)
|
|
166
|
-
~/Library/Application Support/Linear/IndexedDB/...
|
|
167
|
-
↓ read by
|
|
168
|
-
linear-mcp-fast
|
|
169
|
-
↓ provides
|
|
170
|
-
Fast read-only access to issues, users, teams, comments
|
|
171
|
-
```
|
|
166
|
+
**Returns 0 issues**
|
|
172
167
|
|
|
173
|
-
|
|
168
|
+
Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
|
|
174
169
|
|
|
175
170
|
## License
|
|
176
171
|
|
|
@@ -21,31 +21,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
|
|
|
21
21
|
- **Offline access** - Works without internet
|
|
22
22
|
- **Faster iteration** - No rate limits, no latency
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
## Requirements
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
pip install linear-mcp-fast
|
|
30
|
-
# or
|
|
31
|
-
uv pip install linear-mcp-fast
|
|
32
|
-
```
|
|
26
|
+
- **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
|
|
27
|
+
- **Linear.app** installed and opened at least once (to populate the cache)
|
|
33
28
|
|
|
34
29
|
## Setup
|
|
35
30
|
|
|
31
|
+
Use `linear-fast` for reads and the official Linear MCP for writes.
|
|
32
|
+
|
|
36
33
|
### Claude Code
|
|
37
34
|
|
|
38
35
|
```bash
|
|
39
|
-
#
|
|
36
|
+
# Fast reads (this package)
|
|
40
37
|
claude mcp add linear-fast -- uvx linear-mcp-fast
|
|
41
38
|
|
|
42
|
-
#
|
|
39
|
+
# Writes via official Linear MCP
|
|
43
40
|
claude mcp add --transport http linear https://mcp.linear.app/mcp
|
|
44
41
|
```
|
|
45
42
|
|
|
46
|
-
|
|
47
|
-
- `linear-fast` → Fast reads from local cache
|
|
48
|
-
- `linear` → Writes (comments, updates)
|
|
43
|
+
Run `/mcp` to authenticate with Linear.
|
|
49
44
|
|
|
50
45
|
### Claude Desktop
|
|
51
46
|
|
|
@@ -66,7 +61,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
66
61
|
}
|
|
67
62
|
```
|
|
68
63
|
|
|
69
|
-
### Cursor
|
|
64
|
+
### Cursor
|
|
65
|
+
|
|
66
|
+
Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
|
|
67
|
+
|
|
68
|
+
```json
|
|
69
|
+
{
|
|
70
|
+
"mcpServers": {
|
|
71
|
+
"linear-fast": {
|
|
72
|
+
"command": "uvx",
|
|
73
|
+
"args": ["linear-mcp-fast"]
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### VS Code / Windsurf / Others
|
|
70
80
|
|
|
71
81
|
```json
|
|
72
82
|
{
|
|
@@ -83,24 +93,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
83
93
|
}
|
|
84
94
|
```
|
|
85
95
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## Prerequisites
|
|
89
|
-
|
|
90
|
-
- **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
|
|
91
|
-
- **Linear.app** installed and opened at least once
|
|
92
|
-
|
|
93
|
-
---
|
|
96
|
+
See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
|
|
94
97
|
|
|
95
98
|
## Available Tools
|
|
96
99
|
|
|
97
|
-
|
|
100
|
+
Tools mirror the official Linear MCP for easy switching:
|
|
98
101
|
|
|
99
102
|
| Tool | Description |
|
|
100
103
|
|------|-------------|
|
|
101
|
-
| `list_issues` | List issues with filters (
|
|
102
|
-
| `get_issue` | Get issue details
|
|
103
|
-
| `list_my_issues` | List issues assigned to a user |
|
|
104
|
+
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
105
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
104
106
|
| `list_teams` | List all teams |
|
|
105
107
|
| `get_team` | Get team details |
|
|
106
108
|
| `list_projects` | List all projects |
|
|
@@ -109,44 +111,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
109
111
|
| `get_user` | Get user details |
|
|
110
112
|
| `list_issue_statuses` | List workflow states for a team |
|
|
111
113
|
|
|
112
|
-
|
|
114
|
+
For writes (create issue, add comment, update status), use the official Linear MCP.
|
|
113
115
|
|
|
114
|
-
|
|
115
|
-
- Creating/updating issues
|
|
116
|
-
- Adding comments
|
|
117
|
-
- Changing status
|
|
116
|
+
## How It Works
|
|
118
117
|
|
|
119
|
-
|
|
118
|
+
```
|
|
119
|
+
Linear.app (Electron)
|
|
120
|
+
↓ syncs data to local cache
|
|
121
|
+
IndexedDB (LevelDB)
|
|
122
|
+
~/Library/Application Support/Linear/IndexedDB/...
|
|
123
|
+
↓ read by
|
|
124
|
+
linear-mcp-fast
|
|
125
|
+
↓
|
|
126
|
+
Fast, offline access to issues, teams, users, projects
|
|
127
|
+
```
|
|
120
128
|
|
|
121
129
|
## Troubleshooting
|
|
122
130
|
|
|
123
|
-
|
|
131
|
+
**"Linear database not found"**
|
|
124
132
|
|
|
125
|
-
Linear.app
|
|
133
|
+
Linear.app must be installed and opened at least once:
|
|
126
134
|
```bash
|
|
127
135
|
ls ~/Library/Application\ Support/Linear/IndexedDB/
|
|
128
136
|
```
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
**Data seems stale**
|
|
131
139
|
|
|
132
|
-
|
|
140
|
+
The local cache updates when Linear.app syncs. Open Linear.app to refresh.
|
|
133
141
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## How It Works
|
|
137
|
-
|
|
138
|
-
```
|
|
139
|
-
Linear.app (Electron)
|
|
140
|
-
↓ syncs to
|
|
141
|
-
IndexedDB (LevelDB format)
|
|
142
|
-
~/Library/Application Support/Linear/IndexedDB/...
|
|
143
|
-
↓ read by
|
|
144
|
-
linear-mcp-fast
|
|
145
|
-
↓ provides
|
|
146
|
-
Fast read-only access to issues, users, teams, comments
|
|
147
|
-
```
|
|
142
|
+
**Returns 0 issues**
|
|
148
143
|
|
|
149
|
-
|
|
144
|
+
Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
|
|
150
145
|
|
|
151
146
|
## License
|
|
152
147
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linear-mcp-fast
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Fast MCP server for Linear - reads from Linear.app's local cache on macOS
|
|
5
5
|
Author: everything-chalna
|
|
6
6
|
License-Expression: MIT
|
|
@@ -45,31 +45,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
|
|
|
45
45
|
- **Offline access** - Works without internet
|
|
46
46
|
- **Faster iteration** - No rate limits, no latency
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
## Requirements
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
pip install linear-mcp-fast
|
|
54
|
-
# or
|
|
55
|
-
uv pip install linear-mcp-fast
|
|
56
|
-
```
|
|
50
|
+
- **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
|
|
51
|
+
- **Linear.app** installed and opened at least once (to populate the cache)
|
|
57
52
|
|
|
58
53
|
## Setup
|
|
59
54
|
|
|
55
|
+
Use `linear-fast` for reads and the official Linear MCP for writes.
|
|
56
|
+
|
|
60
57
|
### Claude Code
|
|
61
58
|
|
|
62
59
|
```bash
|
|
63
|
-
#
|
|
60
|
+
# Fast reads (this package)
|
|
64
61
|
claude mcp add linear-fast -- uvx linear-mcp-fast
|
|
65
62
|
|
|
66
|
-
#
|
|
63
|
+
# Writes via official Linear MCP
|
|
67
64
|
claude mcp add --transport http linear https://mcp.linear.app/mcp
|
|
68
65
|
```
|
|
69
66
|
|
|
70
|
-
|
|
71
|
-
- `linear-fast` → Fast reads from local cache
|
|
72
|
-
- `linear` → Writes (comments, updates)
|
|
67
|
+
Run `/mcp` to authenticate with Linear.
|
|
73
68
|
|
|
74
69
|
### Claude Desktop
|
|
75
70
|
|
|
@@ -90,7 +85,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
90
85
|
}
|
|
91
86
|
```
|
|
92
87
|
|
|
93
|
-
### Cursor
|
|
88
|
+
### Cursor
|
|
89
|
+
|
|
90
|
+
Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
|
|
91
|
+
|
|
92
|
+
```json
|
|
93
|
+
{
|
|
94
|
+
"mcpServers": {
|
|
95
|
+
"linear-fast": {
|
|
96
|
+
"command": "uvx",
|
|
97
|
+
"args": ["linear-mcp-fast"]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### VS Code / Windsurf / Others
|
|
94
104
|
|
|
95
105
|
```json
|
|
96
106
|
{
|
|
@@ -107,24 +117,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
107
117
|
}
|
|
108
118
|
```
|
|
109
119
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## Prerequisites
|
|
113
|
-
|
|
114
|
-
- **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
|
|
115
|
-
- **Linear.app** installed and opened at least once
|
|
116
|
-
|
|
117
|
-
---
|
|
120
|
+
See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
|
|
118
121
|
|
|
119
122
|
## Available Tools
|
|
120
123
|
|
|
121
|
-
|
|
124
|
+
Tools mirror the official Linear MCP for easy switching:
|
|
122
125
|
|
|
123
126
|
| Tool | Description |
|
|
124
127
|
|------|-------------|
|
|
125
|
-
| `list_issues` | List issues with filters (
|
|
126
|
-
| `get_issue` | Get issue details
|
|
127
|
-
| `list_my_issues` | List issues assigned to a user |
|
|
128
|
+
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
129
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
128
130
|
| `list_teams` | List all teams |
|
|
129
131
|
| `get_team` | Get team details |
|
|
130
132
|
| `list_projects` | List all projects |
|
|
@@ -133,44 +135,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
133
135
|
| `get_user` | Get user details |
|
|
134
136
|
| `list_issue_statuses` | List workflow states for a team |
|
|
135
137
|
|
|
136
|
-
|
|
138
|
+
For writes (create issue, add comment, update status), use the official Linear MCP.
|
|
137
139
|
|
|
138
|
-
|
|
139
|
-
- Creating/updating issues
|
|
140
|
-
- Adding comments
|
|
141
|
-
- Changing status
|
|
140
|
+
## How It Works
|
|
142
141
|
|
|
143
|
-
|
|
142
|
+
```
|
|
143
|
+
Linear.app (Electron)
|
|
144
|
+
↓ syncs data to local cache
|
|
145
|
+
IndexedDB (LevelDB)
|
|
146
|
+
~/Library/Application Support/Linear/IndexedDB/...
|
|
147
|
+
↓ read by
|
|
148
|
+
linear-mcp-fast
|
|
149
|
+
↓
|
|
150
|
+
Fast, offline access to issues, teams, users, projects
|
|
151
|
+
```
|
|
144
152
|
|
|
145
153
|
## Troubleshooting
|
|
146
154
|
|
|
147
|
-
|
|
155
|
+
**"Linear database not found"**
|
|
148
156
|
|
|
149
|
-
Linear.app
|
|
157
|
+
Linear.app must be installed and opened at least once:
|
|
150
158
|
```bash
|
|
151
159
|
ls ~/Library/Application\ Support/Linear/IndexedDB/
|
|
152
160
|
```
|
|
153
161
|
|
|
154
|
-
|
|
162
|
+
**Data seems stale**
|
|
155
163
|
|
|
156
|
-
|
|
164
|
+
The local cache updates when Linear.app syncs. Open Linear.app to refresh.
|
|
157
165
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
## How It Works
|
|
161
|
-
|
|
162
|
-
```
|
|
163
|
-
Linear.app (Electron)
|
|
164
|
-
↓ syncs to
|
|
165
|
-
IndexedDB (LevelDB format)
|
|
166
|
-
~/Library/Application Support/Linear/IndexedDB/...
|
|
167
|
-
↓ read by
|
|
168
|
-
linear-mcp-fast
|
|
169
|
-
↓ provides
|
|
170
|
-
Fast read-only access to issues, users, teams, comments
|
|
171
|
-
```
|
|
166
|
+
**Returns 0 issues**
|
|
172
167
|
|
|
173
|
-
|
|
168
|
+
Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
|
|
174
169
|
|
|
175
170
|
## License
|
|
176
171
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|