← Browse

@nickvasilescu/mcp

MCP server package @orgo-ai/mcp

mcp_servermcp

Install

agr install @nickvasilescu/mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@orgo-ai/mcp", "version": "4.1.1", "description": "MCP server for Orgo virtual computer control \u2014 works with Claude Code, Claude Desktop, and any MCP client", "type": "module", "main": "dist/index.js", "bin": { "orgo-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md" ], "scripts": { "clean": "shx rm -rf dist", "build": "npm run clean && tsc && shx chmod +x dist/index.js", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node scripts/smoke-tools.mjs", "test:http": "npm run build && node scripts/smoke-http.mjs", "test:tools": "node scripts/smoke-tools.mjs", "test:live": "npm run build && node scripts/e2e-live.mjs", "test:full": "npm run build && node scripts/e2e-full.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "orgo", "virtual-machine", "cloud-computer", "ai-agent", "claude", "model-context-protocol" ], "author": "Orgo", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nickvasilescu/orgo-mcp.git" }, "homepage": "https://github.com/nickvasilescu/orgo-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "ws": "^8.18.0", "zod": "^3.25.1" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.18.0", "shx": "^0.3.4", "typescript": "^5.8.0" }, "engines": { "node": ">=18.0.0" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-62efdc97afb82026-08-05