← Browse

@lightbearco/mcp

MCP server package @tupper/mcp

mcp_servermcp

Install

agr install @lightbearco/mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@tupper/mcp", "version": "0.1.2", "description": "Model Context Protocol server for Tupper sandboxes.", "keywords": [ "tupper", "sandbox", "sandboxing", "mcp", "model-context-protocol", "ai-agents", "agent-sandbox", "code-execution", "self-hosted" ], "license": "MIT", "author": "Tupper contributors", "homepage": "https://github.com/lightbearco/tupper/tree/main/packages/mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/lightbearco/tupper.git", "directory": "packages/mcp" }, "bugs": { "url": "https://github.com/lightbearco/tupper/issues" }, "type": "module", "sideEffects": false, "exports": { ".": { "bun": "./src/index.ts", "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "bin": { "tupper-mcp": "./dist/mcp.mjs" }, "files": [ "dist", "src" ], "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "check:publish": "publint --strict && attw --pack ." }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "@tupper/sdk": "workspace:", "zod": "^4.0.0" }, "optionalDependencies": { "@tupper/container": "workspace:", "@tupper/firecracker": "workspace:" }, "devDependencies": { "@tupper/core": "workspace:" }, "publishConfig": { "access": "public" } }

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-f2bdfd684ad22026-08-05