Zas for Cursor
io.github.soke1556/zas-agent
Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.
client:Cursor
transport:stdio
runtime:npm
Install Zas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zas-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs