af360 for Cursor
com.afeleos/af360
Watches your local projects and sites read-only and names what would be lost.
client:Cursor
transport:stdio
runtime:npm
Install af360 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"af360": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"af360"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs