mcp用cursor进行ssh远程开发的配置文件

{
  "mcpServers": {
    "fetch": {
      "command": "node",
      "args": [
        "/usr/local/lib/node_modules/@kazuph/mcp-fetch/dist/index.js",
        "--config",
        "{}",
        "--stdio"
      ]
    },
    "thinking": {
      "command": "node",
      "args": [
        "/usr/local/lib/node_modules/@modelcontextprotocol/server-sequential-thinking/dist/index.js",
        "--config",
        "{}",
        "--stdio"
      ]
    },
    "files": {
      "command": "node",
      "args": [
        "/usr/local/lib/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js",
        "/myapp"        
      ]
    },
    "hotnews": {
      "command": "node",
      "args": [
        "/usr/local/lib/node_modules/@wopal/mcp-server-hotnews/dist/index.js",
        "--stdio"
      ]
    },
    "playwright": {
      "command": "node",
      "args": [
        "/usr/local/lib/node_modules/@executeautomation/playwright-mcp-server/dist/index.js",
        "--stdio"
      ]
    },
    "interactive-feedback-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/myapp/project/web_share/project/interactive-feedback-mcp",
        "run",
        "server.py"
      ],
      "timeout": 600,
      "autoApprove": [
        "interactive_feedback"
      ]
    }
  }
} 

标签

发表评论