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
Copy file name to clipboardExpand all lines: docs/installation-guides/install-cursor.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,23 +72,6 @@ As of Cursor v0.48.0, Cursor supports SSE servers directly:
72
72
3. Save the file
73
73
4. Restart Cursor completely
74
74
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
-
92
75
### Token Security
93
76
- Create PATs with minimum required scopes:
94
77
-`repo` - For repository operations
@@ -129,7 +112,7 @@ After installation:
129
112
130
113
### General Issues
131
114
-**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
133
116
-**Tools not appearing**: Check server shows green dot in MCP settings
134
117
-**Check logs**: Look for MCP-related errors in Cursor logs
0 commit comments