Skip to content

Commit f38e70b

Browse files
committed
feat(crush): linear mcp
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent e082c24 commit f38e70b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crush/crush.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
"rust-analyzer": {}
5353
},
5454
"mcp": {
55+
"linear": {
56+
"type": "http",
57+
"url": "https://mcp.linear.app/mcp",
58+
"headers": {
59+
"Authorization": "$(echo Bearer $LINEAR_API_KEY)"
60+
}
61+
},
5562
"gopls": {
5663
"type": "stdio",
5764
"command": "gopls",
@@ -80,6 +87,7 @@
8087
"permissions": {
8188
"allowed_tools": [
8289
"agentic_fetch",
90+
"mcp_linear_get_issue",
8391
"mcp_github_get_issue",
8492
"mcp_github_get_issue_comments",
8593
"mcp_goreleaser_check",

0 commit comments

Comments
 (0)