You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Model Context Protocol](https://github.com/modelcontextprotocol) server for the [Linear API](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).
6
6
@@ -30,7 +30,7 @@ npx @smithery/cli install linear-mcp-server --client claude
30
30
"command": "npx",
31
31
"args": [
32
32
"-y",
33
-
"@modelcontextprotocol/server-linear"
33
+
"linear-mcp-server"
34
34
],
35
35
"env": {
36
36
"LINEAR_API_KEY": "your_linear_api_key_here"
@@ -98,7 +98,7 @@ npx @smithery/cli install linear-mcp-server --client claude
98
98
99
99
Some example prompts you can use with Claude Desktop to interact with Linear:
100
100
101
-
1. "Show me all my high-priority issues" → execute the `search_issues` tool and/or `linear-user:///{userId}/assigned` to find issues assigned to you with priority 1
101
+
1. "Show me all my high-**priority** issues" → execute the `search_issues` tool and/or `linear-user:///{userId}/assigned` to find issues assigned to you with priority 1
102
102
103
103
2. "Based on what I've told you about this bug already, make a bug report for the authentication system" → use `create_issue` to create a new high-priority issue with appropriate details and status tracking
0 commit comments