Skip to content

Commit b7278b5

Browse files
committed
docs: update API token URL
Update API token URL in `README.md`. See screenshot.
1 parent d897970 commit b7278b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npx @smithery/cli install linear-mcp-server --client claude
1818

1919
### Manual Installation
2020

21-
1. Create or get a Linear API key for your team: [https://linear.app/YOUR-TEAM/settings/api](https://linear.app/YOUR-TEAM/settings/api)
21+
1. Create or get a Linear API key for your team: [https://linear.app/YOUR-TEAM/settings/account/security](https://linear.app/YOUR-TEAM/settings/account/security)
2222

2323
2. Add server config to Claude Desktop:
2424
- MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
@@ -28,10 +28,7 @@ npx @smithery/cli install linear-mcp-server --client claude
2828
"mcpServers": {
2929
"linear": {
3030
"command": "npx",
31-
"args": [
32-
"-y",
33-
"linear-mcp-server"
34-
],
31+
"args": ["-y", "linear-mcp-server"],
3532
"env": {
3633
"LINEAR_API_KEY": "your_linear_api_key_here"
3734
}
@@ -45,6 +42,7 @@ npx @smithery/cli install linear-mcp-server --client claude
4542
### Tools
4643

4744
1. **`linear_create_issue`**: Create a new Linear issues
45+
4846
- Required inputs:
4947
- `title` (string): Issue title
5048
- `teamId` (string): Team ID to create issue in
@@ -54,6 +52,7 @@ npx @smithery/cli install linear-mcp-server --client claude
5452
- `status` (string): Initial status name
5553

5654
2. **`linear_update_issue`**: Update existing issues
55+
5756
- Required inputs:
5857
- `id` (string): Issue ID to update
5958
- Optional inputs:
@@ -63,6 +62,7 @@ npx @smithery/cli install linear-mcp-server --client claude
6362
- `status` (string): New status name
6463

6564
3. **`linear_search_issues`**: Search issues with flexible filtering
65+
6666
- Optional inputs:
6767
- `query` (string): Text to search in title/description
6868
- `teamId` (string): Filter by team
@@ -73,6 +73,7 @@ npx @smithery/cli install linear-mcp-server --client claude
7373
- `limit` (number, default: 10): Max results
7474

7575
4. **`linear_get_user_issues`**: Get issues assigned to a user
76+
7677
- Optional inputs:
7778
- `userId` (string): User ID (omit for authenticated user)
7879
- `includeArchived` (boolean): Include archived issues

0 commit comments

Comments
 (0)