Skip to content

Commit c776fe1

Browse files
committed
chore: fix info about linear token
1 parent 8b3c9a1 commit c776fe1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,13 @@ Once connected, you can use prompts like:
4242
To use MCP Linear, you'll need a Linear API token. Here's how to get one:
4343

4444
1. Log in to your Linear account at [linear.app](https://linear.app)
45-
2. Click on organization avatar (in the bottom-left corner)
45+
2. Click on organization avatar (in the top-left corner)
4646
3. Select **Settings**
4747
4. Navigate to **Security & access** in the left sidebar
48-
5. Under **Personal API Keys** Click **New API Key**
48+
5. Under **Personal API Keys** click **New API Key**
4949
6. Give your key a name (e.g., `MCP Linear Integration`)
5050
7. Copy the generated API token and store it securely - you won't be able to see it again!
5151

52-
**Important**: Keep your API token secure and never share it publicly. The token has access to your Linear workspace and should be treated like a password.
53-
5452
### Installing via [Smithery](https://smithery.ai/server/@tacticlaunch/mcp-linear) (Recommended)
5553

5654
- To install MCP Linear for Cursor:
@@ -67,7 +65,7 @@ npx -y @smithery/cli install @tacticlaunch/mcp-linear --client claude
6765

6866
### Manual Configuration
6967

70-
After installation, add the following to your MCP settings file:
68+
Add the following to your MCP settings file:
7169

7270
```json
7371
{
@@ -83,14 +81,14 @@ After installation, add the following to your MCP settings file:
8381
}
8482
```
8583

86-
### Client-Specific Configuration Locations
84+
#### Client-Specific Configuration Locations
8785

8886
- Cursor: `~/.cursor/mcp.json`
8987
- Claude Desktop: `~/Library/Application Support/Claude/claude_desktop_config.json`
9088
- Claude VSCode Extension: `~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
9189
- GoMCP: `~/.config/gomcp/config.yaml`
9290

93-
### Manual Installation
91+
### Manual run
9492

9593
Prerequisites
9694

0 commit comments

Comments
 (0)