Skip to content
VS Code

af360 for VS Code

com.afeleos/af360

Watches your local projects and sites read-only and names what would be lost.

client:VS Code transport:stdio runtime:npm

Install af360 in VS Code

.vscode/mcp.json

{
  "servers": {
    "af360": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "af360"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

af360 in other clients