Note: VSCode
- Download the IDE and import your existing settings and extensions from VSCode.
- Move the Cursor Chat / Activity bar to the left: right click on the header of the chat and choose Move Secondary Side Bar Left.
Use caution when enabling this option—it's disabled by default. Previously, this feature was known as SOLO mode.
It allows Agent to run tools without asking for confrimation, such as executing commands and writing to files.
- In Cursor Settings, choose Add new global MCP server
- In
mcp.json
1{
2 "mcpServers": {
3 "brave-search": {
4 "command": "npx",
5 "args": ["-y", "@modelcontextprotocol/server-brave-search"],
6 "env": {
7 "API_KEY": "YOUR_BRAVE_API_KEY"
8 }
9 }
10 }
11}
Check this repo.