webaz for Cursor
io.github.seasonsagents-art/webaz
[PRE-LAUNCH] Agent-native MCP commerce protocol. Repo private until W8. See webaz.xyz.
client:Cursor
transport:stdio
runtime:npm
Install webaz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webaz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seasonkoh/webaz"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs