← Index

io.github.POLONIBOI/zaai-dev-mcp

io.github.POLONIBOI/zaai-dev-mcp·v0.3.1·Other
Quality Score
85
/100

Zaai Dev brand brief + captured design references for MCP-compatible AI tools.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zaai-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zaai-dev/mcp"
      ],
      "env": {
        "ZAAI_API_TOKEN": "<your-zaai_api_token>",
        "ZAAI_API_URL": "https://www.zaaistudio.com"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zaai-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zaai-dev/mcp"
      ],
      "env": {
        "ZAAI_API_TOKEN": "<your-zaai_api_token>",
        "ZAAI_API_URL": "https://www.zaaistudio.com"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @zaai-dev/mcp
§02  Environment variables
ZAAI_API_TOKEN
requiredsecret

Per-user MCP token, prefix zaai_mcp_. Mint at https://www.zaaistudio.com/dev/settings/tokens (kind = mcp). Sent as Bearer auth on every workspace request; scopes the server to one user's captures and optionally a project allowlist.

ZAAI_API_URL

Workspace base URL. Defaults to https://www.zaaistudio.com. Override only for local dev or staging.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other