← Browse

@agentify-sh/desktop

A

MCP server package @agentify/desktop

mcp_servermcp

Install

agr install @agentify-sh/desktop --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@agentify/desktop", "version": "0.2.4", "description": "Agentify Desktop control center and MCP server for local AI web sessions", "license": "MPL-2.0", "type": "module", "main": "main.mjs", "bin": { "agentify-desktop": "bin/agentify-desktop.mjs", "agentify-desktop-gui": "bin/agentify-desktop.mjs", "agentify-desktop-mcp": "bin/agentify-desktop.mjs" }, "files": [ "CHANGELOG.md", "README.md", "SECURITY.md", "TRADEMARKS.md", "artifact-store.mjs", "browser-backend.mjs", "bundle-store.mjs", "chatgpt-controller.mjs", "chrome-cdp-backend.mjs", "config.mjs", "context-packer.mjs", "electron-browser-backend.mjs", "http-api.mjs", "main.mjs", "mcp-lib.mjs", "mcp-server.mjs", "orchestrator.mjs", "orchestrator/", "popup-policy.mjs", "selectors.json", "shutdown.mjs", "state.mjs", "tab-manager.mjs", "ui/", "vendors.json", "watch-folder.mjs", "bin/" ], "scripts": { "start": "electron .", "mcp": "node mcp-server.mjs", "orchestrator": "node orchestrator.mjs", "test": "node --test tests/.test.mjs", "dist": "electron-builder" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "electron": "^39.8.7", "zod": "^3.22.3" }, "devDependencies": { "electron-builder": "^26.8.1" }, "overrides": { "@hono/node-server": "^1.19.14", "ajv": "^8.18.0", "express-rate-limit": "^8.3.2", "hono": "^4.12.14", "path-to-regexp": "^8.4.2" }, "publishConfig": { "access": "public" }, "build": { "appId": "com.agentify.desktop", "productName": "Agentify Desktop", "files": [ "**/", "!dist/", "!tests/" ], "directories": { "output": "dist" }, "mac": { "category": "public.app-category.developer-tools", "target": [ "dmg", "zip" ] }, "win": { "target": [ "nsis" ] }, "linux": { "target": [ "AppImage" ] } } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a4806e2a91fc2026-08-06