Cursor Plugin for Vaiz. Enables AI assistants to fetch tasks, and docs directly from your Vaiz space for context-aware coding.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"vaiz-mcp@latest"
],
"env": {
"VAIZ_API_TOKEN": "${VAIZ_API_TOKEN}",
"VAIZ_SPACE_ID": "${VAIZ_SPACE_ID}"
}
}