Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 444 Bytes

cursor_mcp.md

File metadata and controls

19 lines (16 loc) · 444 Bytes

对 WSL 运行 ubuntu+nvm 的开发者是有点不友好

{
  "mcpServers": {
    "filesystem": {
      "how_to_use": "prompt AI use filesystem list filename",
      "command": ["wsl.exe"],
      "args": [
        "bash -c 'source /home/w/.nvm/nvm.sh; npx -y @modelcontextprotocol/server-filesystem /home/w/raydium-amm'"
      ]
    }
  }
}

prompt 加上 use filesystem tool 就行了