cursor使用技巧

1.添加MCP

cursor使用技巧_第1张图片

首先找到对应的设置然后配置相关功能,这里的/Users/edy/Desktop/work是我本地的工作目录路径

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/edy/Desktop/work"
    
      ]
    },
    "MCP Installer": {
      "command": "cursor-mcp-installer-free",
      "type": "stdio",
      "args": [
        "index.mjs"
      ]
    }
  }
}

你可能感兴趣的:(cursor)