Skip to content

Commit d6b50cf

Browse files
authored
Update install-cursor.md
1 parent c5a77a3 commit d6b50cf

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

docs/installation-guides/install-cursor.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,6 @@ As of Cursor v0.48.0, Cursor supports SSE servers directly:
7272
3. Save the file
7373
4. Restart Cursor completely
7474

75-
## Security Best Practices
76-
77-
### Configuration Note
78-
Cursor's current MCP implementation requires tokens to be specified directly in the configuration file. We recommend taking extra security precautions:
79-
80-
### File Protection
81-
```bash
82-
# Secure the configuration file
83-
chmod 600 ~/.cursor/mcp.json
84-
85-
# For project-specific config
86-
chmod 600 .cursor/mcp.json
87-
88-
# Verify permissions
89-
ls -la ~/.cursor/mcp.json
90-
```
91-
9275
### Token Security
9376
- Create PATs with minimum required scopes:
9477
- `repo` - For repository operations
@@ -129,7 +112,7 @@ After installation:
129112

130113
### General Issues
131114
- **MCP not loading**: Restart Cursor completely after configuration
132-
- **Invalid JSON**: Validate with [jsonlint.com](https://jsonlint.com)
115+
- **Invalid JSON**: Validate that json format is correct
133116
- **Tools not appearing**: Check server shows green dot in MCP settings
134117
- **Check logs**: Look for MCP-related errors in Cursor logs
135118

0 commit comments

Comments
 (0)